Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Unbinds the default columns of the SqlSmoObject.
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
)
Parameters
- bindColumns
Type: System.Boolean
A Boolean value that specifies whether to bind columns future only.