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.

참고 항목

참조

SqlSmoObject 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스