ReportingService2005.GetDataDrivenSubscriptionProperties Method
Assembly: ReportService2005 (in reportingservice2005.dll)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetDataDrivenSubscriptionProperties", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction=SoapHeaderDirection.Out)] public string GetDataDrivenSubscriptionProperties ( string DataDrivenSubscriptionID, out ExtensionSettings ExtensionSettings, out DataRetrievalPlan DataRetrievalPlan, out string Description, out ActiveState Active, out string Status, out string EventType, out string MatchData, out ParameterValueOrFieldReference[] Parameters )
/** @attribute SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetDataDrivenSubscriptionProperties", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped) */
/** @attribute SoapHeaderAttribute("ServerInfoHeaderValue", Direction=SoapHeaderDirection.Out) */
public String GetDataDrivenSubscriptionProperties (
String DataDrivenSubscriptionID,
/** @attribute OutAttribute() */ /** @ref */ ExtensionSettings ExtensionSettings,
/** @attribute OutAttribute() */ /** @ref */ DataRetrievalPlan DataRetrievalPlan,
/** @attribute OutAttribute() */ /** @ref */ String Description,
/** @attribute OutAttribute() */ /** @ref */ ActiveState Active,
/** @attribute OutAttribute() */ /** @ref */ String Status,
/** @attribute OutAttribute() */ /** @ref */ String EventType,
/** @attribute OutAttribute() */ /** @ref */ String MatchData,
/** @attribute OutAttribute() */ /** @ref */ ParameterValueOrFieldReference[] Parameters
)
Parameters
- DataDrivenSubscriptionID
The ID of the data-driven subscription.
- ExtensionSettings
[out] An ExtensionSettings object that contains a list of settings that are specific to the delivery extension.
- DataRetrievalPlan
[out] A DataRetrievalPlan object that contains a list of settings that are required to retrieve data from the delivery query for the subscription.
- Description
[out] A meaningful description that is displayed to users.
- Active
[out] An ActiveState object that contains the active state of the subscription.
- Status
[out] The status of the subscription.
- EventType
[out] The type of event that triggers the subscription.
- MatchData
[out] The data that is associated with the specified type of event. This parameter is used by an event to match the subscription with an event that has fired.
- Parameters
[out] An array of ParameterValue objects that contains a list of parameters for the report.