SqlSmoObject.ScriptImpl メソッド (ScriptingOptions)

SqlSmoObject のスクリプトのコレクションを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Protected Function ScriptImpl ( _
    so As ScriptingOptions _
) As StringCollection
'使用
Dim so As ScriptingOptions 
Dim returnValue As StringCollection 

returnValue = Me.ScriptImpl(so)
protected StringCollection ScriptImpl(
    ScriptingOptions so
)
protected:
StringCollection^ ScriptImpl(
    ScriptingOptions^ so
)
member ScriptImpl : 
        so:ScriptingOptions -> StringCollection
protected function ScriptImpl(
    so : ScriptingOptions
) : StringCollection

パラメーター

戻り値

型: System.Collections.Specialized.StringCollection
スクリプトを表す文字列値のコレクションです。

関連項目

参照

SqlSmoObject クラス

ScriptImpl オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間