Share via


AlertManagement.ListAlertDefinitionsAdmin(Guid) Método

Definición

Devuelve la lista de definiciones de alerta para el sitio y nombre de inicio de sesión de usuario específicos.

public:
 cli::array <AlertingWcfProxy::AlertDefinition ^> ^ ListAlertDefinitionsAdmin(Guid userId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitionsAdminRsExceptionInfoFault", 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/ListAlertDefinitionsAdmin", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitionsAdminResponse")]
public AlertingWcfProxy.AlertDefinition[] ListAlertDefinitionsAdmin (Guid userId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitionsAdminRsExceptionInfoFault", 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/ListAlertDefinitionsAdmin", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListAlertDefinitionsAdminResponse")>]
abstract member ListAlertDefinitionsAdmin : Guid -> AlertingWcfProxy.AlertDefinition[]
Public Function ListAlertDefinitionsAdmin (userId As Guid) As AlertDefinition()

Parámetros

userId
Guid

Identificador de usuario que se usa para crear definiciones de alertas.

Devoluciones

AlertDefinition[]

Colección de definiciones de alerta.

Atributos

Se aplica a