GetDataDrivenSubscriptionProperties Method
SQL Server 2000
ReportingService.GetDataDrivenSubscriptionProperties Method
Returns the properties of a data-driven subscription.
Public Function GetDataDrivenSubscriptionProperties( _ ByVal DataDrivenSubscriptionID As String, _ ByRef ExtensionSettings As [Namespace].ExtensionSettings, _ ByRef DataRetrievalPlan As [Namespace].DataRetrievalPlan, _ ByRef Description As String, _ ByRef Active As [Namespace].ActiveState, _ ByRef Status As String, _ ByRef EventType As String, _ ByRef MatchData As String, _ ByRef Parameters() As [Namespace].ParameterValue _ ) As String Member of [Namespace].ReportingService
public string GetDataDrivenSubscriptionProperties( string DataDrivenSubscriptionID, out [Namespace].ExtensionSettings ExtensionSettings, out [Namespace].DataRetrievalPlan DataRetrievalPlan, out string Description, out [Namespace].ActiveState Active, out string Status, out string EventType, out string MatchData, out [Namespace].ParameterValue[] Parameters ); Member of [Namespace].ReportingService
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.
Return Value
The user ID of the owner of the data-driven subscription.
Permissions
| Operation | Description |
|---|---|
| Read Subscription | Required for viewing the properties of a subscription. |
| Read Any Subscription | Required for administrators or users who do not own the subscription to view the subscription properties. |