AlertManagement.ListAlertDefinitions(String) Method

Definition

Returns the collection of the alert definitions for the specific item for the current user.

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

Parameters

sourceUrl
String

The URL to the existing item.

Returns

The collection of the alert definitions.

Attributes

Applies to