Server.ExecuteReader 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 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입니다.