IActionHandlerInfo.DefaultProperties プロパティ

定義

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

public:
 property Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ DefaultProperties { Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ get(); };
public Microsoft.SqlServer.Management.Data.IPropertyDictionary DefaultProperties { get; }
member this.DefaultProperties : Microsoft.SqlServer.Management.Data.IPropertyDictionary
Public ReadOnly Property DefaultProperties As IPropertyDictionary

プロパティ値

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

適用対象