Свойство SelectCommand

Gets or sets a command that is used to retrieve data from an analytical data source.

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

Синтаксис

'Декларация
Public Property SelectCommand As AdomdCommand
    Get
    Set
'Применение
Dim instance As AdomdDataAdapter
Dim value As AdomdCommand

value = instance.SelectCommand

instance.SelectCommand = value
public AdomdCommand SelectCommand { get; set; }
public:
property AdomdCommand^ SelectCommand {
    AdomdCommand^ get ();
    void set (AdomdCommand^ value);
}
member SelectCommand : AdomdCommand with get, set
function get SelectCommand () : AdomdCommand
function set SelectCommand (value : AdomdCommand)

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

Тип Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdCommand
An AdomdCommand that contains the command that is used to retrieve data from an analytical data source.