다음을 통해 공유


AlertManagement.GetDeliveryTargets(Guid) 메서드

정의

기존 경고 정의에 대한 배달 대상의 컬렉션을 반환합니다.

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

매개 변수

alertDefinitionId
Guid

경고 정의 ID입니다.

반환

DeliveryTarget[]

배달 대상 레코드의 컬렉션입니다.

특성

적용 대상