Поделиться через


Свойство AdomdCommand.Parameters

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Parameters As AdomdParameterCollection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection
An AdomdParameterCollection that contains the parameters used when running the AdomdCommand.

См. также

Справочник

AdomdCommand Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient