Costruttore DatabaseRole (Database, String)
Initializes a new instance of the DatabaseRole class.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
database As Database, _
name As String _
)
'Utilizzo
Dim database As Database
Dim name As String
Dim instance As New DatabaseRole(database, _
name)
public DatabaseRole(
Database database,
string name
)
public:
DatabaseRole(
Database^ database,
String^ name
)
new :
database:Database *
name:string -> DatabaseRole
public function DatabaseRole(
database : Database,
name : String
)
Parametri
- database
Tipo: Microsoft.SqlServer.Management.Smo.Database
A Database object value that specifies the database on which to create the role.
- name
Tipo: System.String
A String value that specifies the name of the database role.
Esempi
Gestione di utenti, ruoli e account di accesso
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo