다음을 통해 공유


SelectCommand 속성

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

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
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.