Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the IDataParameterCollection.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
ReadOnly Property Parameters As IDataParameterCollection
Get
'Usage
Dim instance As IDbCommand
Dim value As IDataParameterCollection
value = instance.Parameters
IDataParameterCollection Parameters { get; }
property IDataParameterCollection^ Parameters {
IDataParameterCollection^ get ();
}
abstract Parameters : IDataParameterCollection
function get Parameters () : IDataParameterCollection
Property Value
Type: Microsoft.ReportingServices.DataProcessing.IDataParameterCollection
The parameters of the query or stored procedure.