다음을 통해 공유


AlertManagement.CreateSessionForEditAsCopy(Guid) 메서드

정의

기존 데이터 피드 정의 스키마를 복사하여 기존 경고 정의에 대한 새 경고 세션을 만듭니다.

public:
 Guid CreateSessionForEditAsCopy(Guid alertDefinitionId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/CreateSessionForEditAsCopyRsExceptionInfoFault", 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/CreateSessionForEditAsCopy", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/CreateSessionForEditAsCopyResponse")]
public Guid CreateSessionForEditAsCopy (Guid alertDefinitionId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/CreateSessionForEditAsCopyRsExceptionInfoFault", 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/CreateSessionForEditAsCopy", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/CreateSessionForEditAsCopyResponse")>]
abstract member CreateSessionForEditAsCopy : Guid -> Guid
Public Function CreateSessionForEditAsCopy (alertDefinitionId As Guid) As Guid

매개 변수

alertDefinitionId
Guid

경고 정의 ID입니다.

반환

Guid

경고 세션 식별자입니다.

특성

적용 대상