ActionHandlerCollection.ActionHandler 속성

정의

컬렉션의 ActionHandler를 가져오거나 설정합니다.

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()

속성 값

컬렉션의 ActionHandler입니다.

특성

적용 대상