Freigeben über


UnbindDefaultImpl-Methode

Hebt die Bindung der Standardspalten von SqlSmoObject auf.

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

Syntax

'Declaration
Protected Sub UnbindDefaultImpl ( _
    bindColumns As Boolean _
)
'Usage
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
)

Parameter

  • bindColumns
    Typ: System. . :: . .Boolean
    Ein boolescher Wert, der angibt, ob Spalten nur zukünftig gebunden werden sollen.