Aracılığıyla paylaş


Column.UnbindRule Method

Unbinds the currently bound rule from the column.

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

Syntax

'Bildirim
Public Sub UnbindRule
'Kullanım
Dim instance As Column

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

Remarks

Not

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

Examples

Working with Database Objects

See Also

Reference

Column Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

sp_unbindrule (Transact-SQL)