Server.ExecuteReader Método

Definición

Ejecuta el comando XMLA especificado y devuelve el elemento 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

Parámetros

command
String

Comando XMLA

results
XmlaResultCollection

Resultados de la ejecución del comando

properties
IDictionary

Propiedades de comando opcionales

wrapCommand
Boolean

Si el comando debe ajustarse en los elementos Execute y Command.

Devoluciones

Objeto AmoDataReader, si el comando se ha ejecutado correctamente. De lo contrario, null.

Se aplica a