SqlSmoObject.ScriptImpl メソッド

定義

オーバーロード

名前 説明
ScriptImpl()
ScriptImpl(ScriptingOptions)

オブジェクトのスクリプトを含む StringCollection オブジェクトを返します。 ScriptData が true の場合、このメソッドはエラーをスローします

ScriptImpl()

protected System.Collections.Specialized.StringCollection ScriptImpl();
member this.ScriptImpl : unit -> System.Collections.Specialized.StringCollection
Protected Function ScriptImpl () As StringCollection

返品

適用対象

ScriptImpl(ScriptingOptions)

オブジェクトのスクリプトを含む StringCollection オブジェクトを返します。 ScriptData が true の場合、このメソッドはエラーをスローします

protected System.Collections.Specialized.StringCollection ScriptImpl(Microsoft.SqlServer.Management.Smo.ScriptingOptions so);
member this.ScriptImpl : Microsoft.SqlServer.Management.Smo.ScriptingOptions -> System.Collections.Specialized.StringCollection
Protected Function ScriptImpl (so As ScriptingOptions) As StringCollection

パラメーター

返品

オブジェクトのスクリプトを含む StringCollection オブジェクト

例外

Options.ScriptData が true の場合

適用対象