SqlSmoObject.ScriptImpl メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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 の場合