Server.Execute 메서드 (String)
Executes the specified command on the Analysis Services server.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Execute ( _
command As String _
) As XmlaResultCollection
‘사용 방법
Dim instance As Server
Dim command As String
Dim returnValue As XmlaResultCollection
returnValue = instance.Execute(command)
public XmlaResultCollection Execute(
string command
)
public:
XmlaResultCollection^ Execute(
String^ command
)
member Execute :
command:string -> XmlaResultCollection
public function Execute(
command : String
) : XmlaResultCollection
매개 변수
- command
유형: System.String
The command to execute.
반환 값
유형: Microsoft.AnalysisServices.XmlaResultCollection
An XmlaResultCollection containing the results of the query.