共用方式為


AdomdDataAdapter.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.

請參閱

參考

AdomdDataAdapter 類別

Microsoft.AnalysisServices.AdomdClient 命名空間