次の方法で共有


TaskComponent.Properties プロパティ

コンポーネントのプロパティを取得します。値の設定も可能です。

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

構文

'宣言

Public Property Properties As RegisteredPropertyDictionary
    Get
    Set
'使用

Dim instance As TaskComponent
Dim value As RegisteredPropertyDictionary

value = instance.Properties

instance.Properties = value
public RegisteredPropertyDictionary Properties { get; set; }
public:
property RegisteredPropertyDictionary^ Properties {
    RegisteredPropertyDictionary^ get ();
    void set (RegisteredPropertyDictionary^ value);
}
member Properties : RegisteredPropertyDictionary with get, set
function get Properties () : RegisteredPropertyDictionary
function set Properties (value : RegisteredPropertyDictionary)

プロパティ値

型: Microsoft.SqlServer.Management.RegisteredPropertyDictionary
コンポーネントのプロパティを表す値。

関連項目

参照

TaskComponent クラス

Microsoft.SqlServer.Management 名前空間