Метод GetBindRuleScript
Возвращает скрипт, указывающий правила привязки.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Protected Function GetBindRuleScript ( _
so As ScriptingOptions, _
ruleSchema As String, _
ruleName As String, _
futureOnly As Boolean _
) As String
'Применение
Dim so As ScriptingOptions
Dim ruleSchema As String
Dim ruleName As String
Dim futureOnly As Boolean
Dim returnValue As String
returnValue = Me.GetBindRuleScript(so, _
ruleSchema, ruleName, futureOnly)
protected string GetBindRuleScript(
ScriptingOptions so,
string ruleSchema,
string ruleName,
bool futureOnly
)
protected:
String^ GetBindRuleScript(
ScriptingOptions^ so,
String^ ruleSchema,
String^ ruleName,
bool futureOnly
)
member GetBindRuleScript :
so:ScriptingOptions *
ruleSchema:string *
ruleName:string *
futureOnly:bool -> string
protected function GetBindRuleScript(
so : ScriptingOptions,
ruleSchema : String,
ruleName : String,
futureOnly : boolean
) : String
Параметры
- ruleSchema
Тип: System. . :: . .String
Строковое значение, указывающее схему правил.
- ruleName
Тип: System. . :: . .String
Строковое значение, указывающее имя правила.
- futureOnly
Тип: System. . :: . .Boolean
Значение типа Boolean, указывающее, относится ли привязка только к будущим привязкам.
Возвращаемое значение
Тип: System. . :: . .String
Строковое значение, содержащее скрипт привязки.