Proprietà AdomdCommand.Parameters

Gets an instance of an AdomdParameterCollection class that contains the parameters used when running the AdomdCommand.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parameters As AdomdParameterCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection
An AdomdParameterCollection that contains the parameters used when running the AdomdCommand.

Vedere anche

Riferimento

AdomdCommand Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient