Partager via


Parameters propriété

Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parameters As AdomdParameterCollection
    Get
'Utilisation
Dim instance As AdomdCommand
Dim value As AdomdParameterCollection

value = instance.Parameters
public AdomdParameterCollection Parameters { get; }
public:
virtual property AdomdParameterCollection^ Parameters {
    AdomdParameterCollection^ get () sealed;
}
abstract Parameters : AdomdParameterCollection
override Parameters : AdomdParameterCollection
final function get Parameters () : AdomdParameterCollection

Valeur de la propriété

Type : Microsoft.AnalysisServices.AdomdServer. . :: . .AdomdParameterCollection
An AdomdParameterCollection that contains the parameters that the AdomdCommand uses to run the command.