Udostępnij za pośrednictwem


Metoda RuleCollection.Add

Dodaje nową regułę do kolekcji reguł

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

Składnia

'Deklaracja
Public Sub Add ( _
    rule As Rule _
)
'Użycie
Dim instance As RuleCollection
Dim rule As Rule

instance.Add(rule)
public void Add(
    Rule rule
)
public:
void Add(
    Rule^ rule
)
member Add : 
        rule:Rule -> unit 
public function Add(
    rule : Rule
)

Parametry