Propriété AdomdCommand.IDbCommand.Parameters
Gets the IDataParameterCollection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Private ReadOnly Property Parameters As IDataParameterCollection
Implements IDbCommand.Parameters
Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de propriété
Type : System.Data.IDataParameterCollection
The parameters of the SQL statement or stored procedure.