SqlSmoObject.GetBindRuleScript Method
SQL Server 2008 R2
Gets the script that specifies the binding rules.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected string GetBindRuleScript( ScriptingOptions so, string ruleSchema, string ruleName, bool futureOnly )
Parameters
- so
- Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object.
- ruleSchema
- Type: System.String
A string value that specifies the rule schema.
- ruleName
- Type: System.String
A string value that specifies the rule name.
- futureOnly
- Type: System.Boolean
A Boolean value that specifies whether the binding refers only to future bindings.
