ActionHandlerInfo.DefaultProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 中的默认属性。