ActionHandlerInfo.DefaultProperties Propiedad

Definición

Obtiene o establece las propiedades predeterminadas de 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

Valor de propiedad

Propiedades predeterminadas de ActionHandler.

Se aplica a