共用方式為


GetScriptIncludeExists 方法

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Protected Overridable Function GetScriptIncludeExists ( _
    so As ScriptingOptions, _
    tableName As String, _
    forCreate As Boolean _
) As String
'用途
Dim so As ScriptingOptions
Dim tableName As String
Dim forCreate As Boolean
Dim returnValue As String

returnValue = Me.GetScriptIncludeExists(so, _
    tableName, forCreate)
protected virtual string GetScriptIncludeExists(
    ScriptingOptions so,
    string tableName,
    bool forCreate
)
protected:
virtual String^ GetScriptIncludeExists(
    ScriptingOptions^ so, 
    String^ tableName, 
    bool forCreate
)
abstract GetScriptIncludeExists : 
        so:ScriptingOptions * 
        tableName:string * 
        forCreate:bool -> string 
override GetScriptIncludeExists : 
        so:ScriptingOptions * 
        tableName:string * 
        forCreate:bool -> string 
protected function GetScriptIncludeExists(
    so : ScriptingOptions, 
    tableName : String, 
    forCreate : boolean
) : String

傳回值

型別:System. . :: . .String
String