Freigeben über


SqlSmoObject.UnbindRuleImpl-Methode

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
)

Parameter

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

Siehe auch

Verweis

SqlSmoObject Klasse

Microsoft.SqlServer.Management.Smo-Namespace