SqlProjectResource Constructors
Class Constructors 1 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
name string Name of the resource.