Partager via


AlertManagement.ListAlertDefinitionsAdmin(Guid) Méthode

Définition

Retourne la liste des définitions d'alerte pour le site spécifique et le nom d'ouverture de session de l'utilisateur.

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

Paramètres

userId
Guid

ID d'utilisateur servant à créer les définitions d'alerte.

Retours

AlertDefinition[]

Collection des définitions d'alerte.

Attributs

S’applique à