ActionHandlerInfo.DefaultProperties 屬性

定義

取得或設定 ActionHandler 中的預設屬性。

public:
 property Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ DefaultProperties { Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ get(); void set(Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ value); };
public Microsoft.SqlServer.Management.RegisteredPropertyDictionary DefaultProperties { get; set; }
member this.DefaultProperties : Microsoft.SqlServer.Management.RegisteredPropertyDictionary with get, set
Public Property DefaultProperties As RegisteredPropertyDictionary

屬性值

ActionHandler 的預設屬性。

適用於