Server.ExecuteReader 메서드

정의

지정한 XMLA 명령을 실행하고 AmoDataReader를 반환합니다.

public Microsoft.AnalysisServices.AmoDataReader ExecuteReader (string command, out Microsoft.AnalysisServices.XmlaResultCollection results, System.Collections.IDictionary properties = default, bool wrapCommand = true);
member this.ExecuteReader : string * XmlaResultCollection * System.Collections.IDictionary * bool -> Microsoft.AnalysisServices.AmoDataReader
Public Function ExecuteReader (command As String, ByRef results As XmlaResultCollection, Optional properties As IDictionary = Nothing, Optional wrapCommand As Boolean = true) As AmoDataReader

매개 변수

command
String

XMLA 명령

results
XmlaResultCollection

명령 실행의 결과

properties
IDictionary

선택적 명령 속성

wrapCommand
Boolean

명령을 Execute 및 Command 요소에 래핑해야 하는지 여부

반환

명령이 성공적으로 실행되는 경우 AmoDataReader 개체입니다. 그렇지 않은 경우 null입니다.

적용 대상