Partilhar via


Método SqlSmoObject.UnbindRuleImpl

Unbinds rules of the SqlSmoObject.

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

Sintaxe

'Declaração
Protected Sub UnbindRuleImpl ( _
    bindColumns As Boolean _
)
'Uso
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
)

Parâmetros

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

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo