Condividi tramite


AdomdDataAdapter.SelectCommand Property

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

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

Sintassi

'Dichiarazione
Public Property SelectCommand As AdomdCommand
public AdomdCommand SelectCommand { get; set; }
public:
property AdomdCommand^ SelectCommand {
    AdomdCommand^ get ();
    void set (AdomdCommand^ value);
}
/** @property */
public AdomdCommand get_SelectCommand ()

/** @property */
public void set_SelectCommand (AdomdCommand value)
public function get SelectCommand () : AdomdCommand

public function set SelectCommand (value : AdomdCommand)

Valore proprietà

An AdomdCommand that contains the command that is used to retrieve data from an analytical data source.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AdomdDataAdapter Class
AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace