SqlSmoObject.BindRuleImpl 方法
Binds the rule schema to the rule and columns identified by the parameters.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Sub BindRuleImpl ( _
ruleSchema As String, _
rule As String, _
bindColumns As Boolean _
)
用法
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
)
参数
- ruleSchema
类型:System.String
A string value that specifies the rule schema.
- rule
类型:System.String
A string value that specifies the rule.
- bindColumns
类型:System.Boolean
A Boolean value that specifies whether to bind columns.