Freigeben über


Column.UnbindRule-Methode

Unbinds the currently bound rule from the column.

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

Syntax

'Declaration
Public Sub UnbindRule
'Usage
Dim instance As Column

instance.UnbindRule()
public void UnbindRule()
public:
void UnbindRule()
member UnbindRule : unit -> unit
public function UnbindRule()

Hinweise

HinweisHinweis

Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.

Beispiele

Arbeiten mit Datenbankobjekten

Siehe auch

Verweis

Column Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

sp_unbindrule (Transact-SQL)