Méthode BindRuleImpl
Lie le schéma de règle à la règle et aux colonnes identifiées par les paramètres.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub BindRuleImpl ( _
ruleSchema As String, _
rule As String, _
bindColumns As Boolean _
)
'Utilisation
Dim ruleSchema As String
Dim rule As String
Dim bindColumns As Boolean
Me.BindRuleImpl(ruleSchema, rule, _
bindColumns)
protected void BindRuleImpl(
string ruleSchema,
string rule,
bool bindColumns
)
protected:
void BindRuleImpl(
String^ ruleSchema,
String^ rule,
bool bindColumns
)
member BindRuleImpl :
ruleSchema:string *
rule:string *
bindColumns:bool -> unit
protected function BindRuleImpl(
ruleSchema : String,
rule : String,
bindColumns : boolean
)
Paramètres
- ruleSchema
Type : System. . :: . .String
Valeur de chaîne qui spécifie le schéma de règle.
- rule
Type : System. . :: . .String
Valeur de chaîne qui spécifie la règle.
- bindColumns
Type : System. . :: . .Boolean
Valeur booléenne qui spécifie s'il faut lier des colonnes.