Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the IDataParameterCollection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Private ReadOnly Property Parameters As IDataParameterCollection
Implements IDbCommand.Parameters
Get
'Usage
Dim instance As AdomdCommand
Dim value As IDataParameterCollection
value = CType(instance, IDbCommand).Parameters
IDataParameterCollection IDbCommand.Parameters { get; }
private:
virtual property IDataParameterCollection^ Parameters {
IDataParameterCollection^ get () sealed = IDbCommand::Parameters::get;
}
private abstract Parameters : IDataParameterCollection
private override Parameters : IDataParameterCollection
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Data.IDataParameterCollection
The parameters of the SQL statement or stored procedure.