Compartir a través de


SqlSmoObject.UnbindRuleImpl Método

Unbinds rules of the SqlSmoObject.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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.

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo