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)
Eigenschaftswert
An AdomdCommand that contains the command that is used to retrieve data from an analytical data source.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
AdomdDataAdapter Class
AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace