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 中的默认属性。

适用于