DatabaseRole Constructors

Definition

Overloads

DatabaseRole()
DatabaseRole(Database, String)

DatabaseRole()

public DatabaseRole ();
Public Sub New ()

Applies to

DatabaseRole(Database, String)

public DatabaseRole (Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.DatabaseRole : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.DatabaseRole
Public Sub New (database As Database, name As String)

Parameters

database
Database
name
String

Applies to