SqlSmoObject.UnbindRuleImpl Method

Unbinds rules of the SqlSmoObject.

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

Syntax

'Declaration
Protected Sub UnbindRuleImpl ( _
    bindColumns As Boolean _
)
'Usage
Dim bindColumns As Boolean 

Me.UnbindRuleImpl(bindColumns)
protected void UnbindRuleImpl(
    bool bindColumns
)
protected:
void UnbindRuleImpl(
    bool bindColumns
)
member UnbindRuleImpl : 
        bindColumns:bool -> unit
protected function UnbindRuleImpl(
    bindColumns : boolean
)

Parameters

  • bindColumns
    Type: System.Boolean
    A Boolean value that specifies whether to bind columns future only.

See Also

Reference

SqlSmoObject Class

Microsoft.SqlServer.Management.Smo Namespace