Udostępnij za pośrednictwem


Metoda SqlSmoObject.GetBindRuleScript

Pobiera skrypt, który określa powiązanie zasady.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Protected Function GetBindRuleScript ( _
    so As ScriptingOptions, _
    ruleSchema As String, _
    ruleName As String, _
    futureOnly As Boolean _
) As String
'Użycie
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

Parametry

  • ruleSchema
    Typ: System.String
    Wartość ciąg określa reguły schematu.
  • ruleName
    Typ: System.String
    Wartość ciąg Określa nazwę reguły.
  • futureOnly
    Typ: System.Boolean
    Wartość logiczna, która określa, czy wiązanie odnosi się tylko do przyszłych powiązanie.

Wartość zwracana

Typ: System.String
Wartość ciąg, który zawiera powiązanie skryptu.