Expand Minimize
This topic has not yet been rated - Rate this topic

SqlSmoObject::BindRuleImpl Method

Binds the rule schema to the rule and columns identified by the parameters.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected:
void BindRuleImpl(
	String^ ruleSchema, 
	String^ rule, 
	bool bindColumns
)

Parameters

ruleSchema
Type: System::String
A string value that specifies the rule schema.
rule
Type: System::String
A string value that specifies the rule.
bindColumns
Type: System::Boolean
A Boolean value that specifies whether to bind columns.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.