SqlSmoObject.UnbindDefaultImpl 方法

Unbinds the default columns of the SqlSmoObject.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Sub UnbindDefaultImpl ( _
    bindColumns As Boolean _
)
用法
Dim bindColumns As Boolean 

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

参数

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

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间