ITaskFormFactoryService.TaskForms プロパティ

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

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

構文

'宣言

ReadOnly Property TaskForms As (Of , ITaskFormInfo)
    Get
'使用

Dim instance As ITaskFormFactoryService
Dim value As (Of , ITaskFormInfo)

value = instance.TaskForms
<, ITaskFormInfo> TaskForms { get; }
property <^, ITaskFormInfo^>^ TaskForms {
    <^, ITaskFormInfo^>^ get ();
}
abstract TaskForms : <, ITaskFormInfo>
function get TaskForms () : <, ITaskFormInfo>

プロパティ値

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

関連項目

参照

ITaskFormFactoryService インターフェイス

Microsoft.SqlServer.Management 名前空間