SqlSmoObject.UnbindRuleImpl Method (Boolean)

 

Unbinds rules of the SqlSmoObject.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

protected void UnbindRuleImpl(
    bool bindColumns
)
protected:
void UnbindRuleImpl(
    bool bindColumns
)
member UnbindRuleImpl : 
        bindColumns:bool -> unit
Protected Sub UnbindRuleImpl (
    bindColumns As Boolean
)

Parameters

  • bindColumns
    Type: System.Boolean

    A Boolean value that specifies whether to bind columns future only.

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top