Metodo RuleCollection.Add
Adds a new Rule to the Rule Collection
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
rule As Rule _
)
'Utilizzo
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
)
Parametri
- rule
Tipo: Microsoft.SqlServer.Management.Smo.Rule
Rule object to be added to the Rule Collection.