Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Unbinds the currently bound default from the column.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub UnbindDefault
'Usage
Dim instance As Column
instance.UnbindDefault()
public void UnbindDefault()
public:
void UnbindDefault()
member UnbindDefault : unit -> unit
public function UnbindDefault()
Remarks
Note
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace