Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets an instance of an AdomdParameterCollection class that contains the parameters used when running the AdomdCommand.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parameters As AdomdParameterCollection
Get
'Utilisation
Dim instance As AdomdCommand
Dim value As AdomdParameterCollection
value = instance.Parameters
[BrowsableAttribute(false)]
public AdomdParameterCollection Parameters { get; }
[BrowsableAttribute(false)]
public:
property AdomdParameterCollection^ Parameters {
AdomdParameterCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Parameters : AdomdParameterCollection
function get Parameters () : AdomdParameterCollection
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection
An AdomdParameterCollection that contains the parameters used when running the AdomdCommand.