Compartilhar via


AdomdDataAdapter.SelectCommand Property

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

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
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)

Property Value

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AdomdDataAdapter Class
AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace