Método SqlSmoObject.BindRuleImpl
Binds the rule schema to the rule and columns identified by the parameters.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Protected Sub BindRuleImpl ( _
ruleSchema As String, _
rule As String, _
bindColumns As Boolean _
)
'Uso
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
)
Parâmetros
- ruleSchema
Tipo: System.String
A string value that specifies the rule schema.
- rule
Tipo: System.String
A string value that specifies the rule.
- bindColumns
Tipo: System.Boolean
A Boolean value that specifies whether to bind columns.