ReportingService2005.EndGetDataDrivenSubscriptionProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ EndGetDataDrivenSubscriptionProperties(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] Microsoft::SqlServer::ReportingServices2005::ExtensionSettings ^ % ExtensionSettings, [Runtime::InteropServices::Out] Microsoft::SqlServer::ReportingServices2005::DataRetrievalPlan ^ % DataRetrievalPlan, [Runtime::InteropServices::Out] System::String ^ % Description, [Runtime::InteropServices::Out] Microsoft::SqlServer::ReportingServices2005::ActiveState ^ % Active, [Runtime::InteropServices::Out] System::String ^ % Status, [Runtime::InteropServices::Out] System::String ^ % EventType, [Runtime::InteropServices::Out] System::String ^ % MatchData, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2005::ParameterValueOrFieldReference ^> ^ % Parameters);
public string EndGetDataDrivenSubscriptionProperties (IAsyncResult asyncResult, out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings, out Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan, out string Description, out Microsoft.SqlServer.ReportingServices2005.ActiveState Active, out string Status, out string EventType, out string MatchData, out Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[] Parameters);
member this.EndGetDataDrivenSubscriptionProperties : IAsyncResult * ExtensionSettings * DataRetrievalPlan * string * ActiveState * string * string * string * ParameterValueOrFieldReference[] -> string
Public Function EndGetDataDrivenSubscriptionProperties (asyncResult As IAsyncResult, ByRef ExtensionSettings As ExtensionSettings, ByRef DataRetrievalPlan As DataRetrievalPlan, ByRef Description As String, ByRef Active As ActiveState, ByRef Status As String, ByRef EventType As String, ByRef MatchData As String, ByRef Parameters As ParameterValueOrFieldReference()) As String
Parameters
- asyncResult
- IAsyncResult
- ExtensionSettings
- ExtensionSettings
- DataRetrievalPlan
- DataRetrievalPlan
- Description
- String
- Active
- ActiveState
- Status
- String
- EventType
- String
- MatchData
- String
- Parameters
- ParameterValueOrFieldReference[]