다음을 통해 공유


GetScriptIncludeExists 메서드

Gets the script including the test for existence of type being scripted.

네임스페이스:  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