AlertManagement.GetFeedSchema(Guid) Method

Definition

Returns the list of the feed definition columns.

public:
 cli::array <AlertingWcfProxy::FeedSchema ^> ^ GetFeedSchema(Guid feedId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedSchemaRsExceptionInfoFault", 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/GetFeedSchema", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedSchemaResponse")]
public AlertingWcfProxy.FeedSchema[] GetFeedSchema (Guid feedId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedSchemaRsExceptionInfoFault", 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/GetFeedSchema", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetFeedSchemaResponse")>]
abstract member GetFeedSchema : Guid -> AlertingWcfProxy.FeedSchema[]
Public Function GetFeedSchema (feedId As Guid) As FeedSchema()

Parameters

feedId
Guid

The identifier of the feed definition in the current session.

Returns

The collection of the feed schema records.

Attributes

Applies to