SqlProjectResource Constructors
ClassConstructors1 member
Represents a SQL Server Database project resource.
Constructor(string)Section titled Constructor(string) Represents a SQL Server Database project resource.
public sealed class SqlProjectResource{ public SqlProjectResource( string name) { // ... }}Parameters
namestringName of the resource.