Share via


ActionHandlerInfo.DefaultProperties プロパティ

ActionHandler の既定のプロパティを取得します。値の設定も可能です。

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

構文

'宣言

Public Property DefaultProperties As RegisteredPropertyDictionary
    Get
    Set
'使用

Dim instance As ActionHandlerInfo
Dim value As RegisteredPropertyDictionary

value = instance.DefaultProperties

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

プロパティ値

型: Microsoft.SqlServer.Management.RegisteredPropertyDictionary
ActionHandler の既定のプロパティ。

関連項目

参照

ActionHandlerInfo クラス

Microsoft.SqlServer.Management 名前空間