Share via


TaskComponent.ITaskFormComponentInfo.Properties プロパティ

コンポーネントに関連付けられたプロパティを取得します。

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

構文

'宣言

Private ReadOnly Property Properties As IPropertyDictionary
    Implements ITaskFormComponentInfo.Properties
    Get
'使用

Dim instance As TaskComponent
Dim value As IPropertyDictionary

value = CType(instance, ITaskFormComponentInfo).Properties
IPropertyDictionary ITaskFormComponentInfo.Properties { get; }
private:
virtual property IPropertyDictionary^ Properties {
    IPropertyDictionary^ get () sealed = ITaskFormComponentInfo::Properties::get;
}
private abstract Properties : IPropertyDictionary
private override Properties : IPropertyDictionary
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型: Microsoft.SqlServer.Management.Data.IPropertyDictionary
コンポーネントに関連付けられたプロパティ。

実装

ITaskFormComponentInfo.Properties

関連項目

参照

TaskComponent クラス

Microsoft.SqlServer.Management 名前空間