ITaskFormFactoryService.TaskForms プロパティ

定義

タスク フォームから得られる情報のコレクションを取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo ^> ^ TaskForms { System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo> TaskForms { get; }
member this.TaskForms : System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo>
Public ReadOnly Property TaskForms As IDictionary(Of String, ITaskFormInfo)

プロパティ値

オブジェクトのタスク フォームから取得されたコレクション情報。

適用対象