Share via


AlertManagement.CreateSessionForEditAsCopy(Guid) Método

Definición

Crea una nueva sesión de alertas para la definición de alerta existente copiando el esquema de definición de fuente de distribución de datos existente.

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

Parámetros

alertDefinitionId
Guid

Identificador de la definición de alerta.

Devoluciones

Guid

Identificador de sesión de alertas.

Atributos

Se aplica a