共用方式為


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 命名空間