Federation.Script メソッド

定義

フェデレーションの再作成に使用できる Transact-SQL スクリプトを生成します。

オーバーロード

Script()

フェデレーションの再作成に使用できる Transact-SQL スクリプトを生成します。

Script(ScriptingOptions)

指定したオプションを使用したフェデレーションの再作成に使用できる Transact-SQL スクリプトを生成します。

Script()

フェデレーションの再作成に使用できる Transact-SQL スクリプトを生成します。

public:
 virtual System::Collections::Specialized::StringCollection ^ Script();
public System.Collections.Specialized.StringCollection Script ();
abstract member Script : unit -> System.Collections.Specialized.StringCollection
override this.Script : unit -> System.Collections.Specialized.StringCollection
Public Function Script () As StringCollection

戻り値

フェデレーションの再作成に使用できる Transact-SQL を表す文字列のコレクションです。

実装

適用対象

Script(ScriptingOptions)

指定したオプションを使用したフェデレーションの再作成に使用できる Transact-SQL スクリプトを生成します。

public:
 virtual System::Collections::Specialized::StringCollection ^ Script(Microsoft::SqlServer::Management::Smo::ScriptingOptions ^ scriptingOptions);
public System.Collections.Specialized.StringCollection Script (Microsoft.SqlServer.Management.Smo.ScriptingOptions scriptingOptions);
abstract member Script : Microsoft.SqlServer.Management.Smo.ScriptingOptions -> System.Collections.Specialized.StringCollection
override this.Script : Microsoft.SqlServer.Management.Smo.ScriptingOptions -> System.Collections.Specialized.StringCollection
Public Function Script (scriptingOptions As ScriptingOptions) As StringCollection

パラメーター

scriptingOptions
ScriptingOptions

スクリプト オプションです。

戻り値

フェデレーションの再作成に使用できる Transact-SQL を表す文字列のコレクションです。

実装

適用対象