Metoda SqlSmoObject.GetBindDefaultScript
Pobiera skrypt, który wiąże wartości domyślne określone przez defSchema i defName Parametry.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Protected Function GetBindDefaultScript ( _
so As ScriptingOptions, _
defSchema As String, _
defName As String, _
futureOnly As Boolean _
) As String
'Użycie
Dim so As ScriptingOptions
Dim defSchema As String
Dim defName As String
Dim futureOnly As Boolean
Dim returnValue As String
returnValue = Me.GetBindDefaultScript(so, _
defSchema, defName, futureOnly)
protected string GetBindDefaultScript(
ScriptingOptions so,
string defSchema,
string defName,
bool futureOnly
)
protected:
String^ GetBindDefaultScript(
ScriptingOptions^ so,
String^ defSchema,
String^ defName,
bool futureOnly
)
member GetBindDefaultScript :
so:ScriptingOptions *
defSchema:string *
defName:string *
futureOnly:bool -> string
protected function GetBindDefaultScript(
so : ScriptingOptions,
defSchema : String,
defName : String,
futureOnly : boolean
) : String
Parametry
- so
Typ: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions obiektu.
- defSchema
Typ: System.String
Wartość ciąg Określa domyślny schemat.
- defName
Typ: System.String
Wartość ciąg Określa nazwę domyślną.
- 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.