IActionHandlerInfo.DefaultProperties プロパティ

アクション ハンドラーに関連付けられている既定のプロパティを取得します。

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

構文

'宣言

ReadOnly Property DefaultProperties As IPropertyDictionary
    Get
'使用

Dim instance As IActionHandlerInfo
Dim value As IPropertyDictionary

value = instance.DefaultProperties
IPropertyDictionary DefaultProperties { get; }
property IPropertyDictionary^ DefaultProperties {
    IPropertyDictionary^ get ();
}
abstract DefaultProperties : IPropertyDictionary
function get DefaultProperties () : IPropertyDictionary

プロパティ値

型: Microsoft.SqlServer.Management.Data.IPropertyDictionary
アクション ハンドラーに関連付けられている既定のプロパティ。

関連項目

参照

IActionHandlerInfo インターフェイス

Microsoft.SqlServer.Management 名前空間