GetBindDefaultScript 方法
取得指令碼,用以繫結由 defSchema 和 defName 參數所指定的預設值。
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Function GetBindDefaultScript ( _
so As ScriptingOptions, _
defSchema As String, _
defName As String, _
futureOnly As Boolean _
) As String
'用途
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
參數
- defSchema
型別:System. . :: . .String
指定預設結構描述的字串值。
- defName
型別:System. . :: . .String
指定預設名稱的字串值。
- futureOnly
型別:System. . :: . .Boolean
指定繫結是否僅參考未來繫結的布林值。
傳回值
型別:System. . :: . .String
包含繫結指令碼的字串值。