다음을 통해 공유


AlertManagement.ListAlertDefinitions(String) 메서드

정의

현재 사용자의 특정 항목에 대한 경고 정의의 컬렉션을 반환합니다.

public:
 cli::array <AlertingWcfProxy::AlertDefinition ^> ^ ListAlertDefinitions(System::String ^ sourceUrl);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitionsRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitions", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitionsResponse")]
public AlertingWcfProxy.AlertDefinition[] ListAlertDefinitions (string sourceUrl);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitionsRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitions", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitionsResponse")>]
abstract member ListAlertDefinitions : string -> AlertingWcfProxy.AlertDefinition[]
Public Function ListAlertDefinitions (sourceUrl As String) As AlertDefinition()

매개 변수

sourceUrl
String

기존 항목의 URL입니다.

반환

AlertDefinition[]

경고 정의의 컬렉션입니다.

특성

적용 대상