This topic has not yet been rated - Rate this topic

Column.BindRule Method

Binds a rule to the column.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void BindRule(
	string ruleSchema,
	string ruleName
)

Parameters

ruleSchema
Type: System.String
A String value that specifies the name of the rule schema.
ruleName
Type: System.String
A String value that specifies the name of the rule.
NoteNote

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.