AlertManagement.GetDeliveryTargets(Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la collection des cibles de remise pour la définition d'alerte existante.
public:
cli::array <AlertingWcfProxy::DeliveryTarget ^> ^ GetDeliveryTargets(Guid alertDefinitionId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDeliveryTargetsRsExceptionInfoFault", 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/GetDeliveryTargets", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDeliveryTargetsResponse")]
public AlertingWcfProxy.DeliveryTarget[] GetDeliveryTargets (Guid alertDefinitionId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDeliveryTargetsRsExceptionInfoFault", 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/GetDeliveryTargets", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDeliveryTargetsResponse")>]
abstract member GetDeliveryTargets : Guid -> AlertingWcfProxy.DeliveryTarget[]
Public Function GetDeliveryTargets (alertDefinitionId As Guid) As DeliveryTarget()
Paramètres
- alertDefinitionId
- Guid
ID de définition d'alerte.
Retours
Collection des enregistrements de cibles de remise.
- Attributs