GetBindDefaultScript 方法
命名空間: 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