Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdClient.AdomdCommand
An AdomdCommand that contains the command that is used to retrieve data from an analytical data source.