ScriptNameObjectBase.GetScriptIncludeExists Method
名前空間: 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
protected virtual string GetScriptIncludeExists (
ScriptingOptions so,
string tableName,
bool forCreate
)
protected:
virtual String^ GetScriptIncludeExists (
ScriptingOptions^ so,
String^ tableName,
bool forCreate
)
protected String GetScriptIncludeExists (
ScriptingOptions so,
String tableName,
boolean forCreate
)
protected function GetScriptIncludeExists (
so : ScriptingOptions,
tableName : String,
forCreate : boolean
) : String
パラメータ
- so
- tableName
- forCreate
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ScriptNameObjectBase Class
ScriptNameObjectBase Members
Microsoft.SqlServer.Management.Smo Namespace