DefaultRuleBase.UnbindFromColumn Method

Definition

Overloads

UnbindFromColumn(String, String)

This method breaks the binding between a default or rule and the column of a table.

UnbindFromColumn(String, String, String)

This method breaks the binding between a default or rule and the column of a table.

UnbindFromColumn(String, String)

This method breaks the binding between a default or rule and the column of a table.

C#
public void UnbindFromColumn(string tablename, string colname);

Parameters

tablename
String
colname
String

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 y Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Producto Versiones
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0

UnbindFromColumn(String, String, String)

This method breaks the binding between a default or rule and the column of a table.

C#
public void UnbindFromColumn(string tablename, string colname, string tableschema);

Parameters

tablename
String
colname
String
tableschema
String

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 y Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Producto Versiones
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0