Udostępnij za pośrednictwem


Konstruktor Rule (Database, String)

Inicjuje nowe wystąpienie Rule klasy określonej bazy danych i o określonej nazwie.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub New ( _
    database As Database, _
    name As String _
)
'Użycie
Dim database As Database
Dim name As String

Dim instance As New Rule(database, _
    name)
public Rule(
    Database database,
    string name
)
public:
Rule(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> Rule
public function Rule(
    database : Database, 
    name : String
)

Parametry