DatabaseScopedConfiguration Constructores

Definición

Sobrecargas

DatabaseScopedConfiguration()

public DatabaseScopedConfiguration();
Public Sub New ()

Se aplica a

DatabaseScopedConfiguration(Database, String)

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

Parámetros

database
Database
name
String

Se aplica a