ActionHandlerCollection.ActionHandler Propiedad

Definición

Obtiene o establece ActionHandler de la colección.

public:
 property cli::array <Microsoft::SqlServer::Management::ActionHandlerInfo ^> ^ ActionHandler { cli::array <Microsoft::SqlServer::Management::ActionHandlerInfo ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ActionHandlerInfo ^> ^ value); };
[System.Xml.Serialization.XmlElement("ActionHandler")]
public Microsoft.SqlServer.Management.ActionHandlerInfo[] ActionHandler { get; set; }
[<System.Xml.Serialization.XmlElement("ActionHandler")>]
member this.ActionHandler : Microsoft.SqlServer.Management.ActionHandlerInfo[] with get, set
Public Property ActionHandler As ActionHandlerInfo()

Valor de propiedad

ActionHandler de la colección.

Atributos

Se aplica a