Share via


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

属性值

与操作处理程序关联的默认属性。

适用于