Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Sends an XML for Analysis (XMLA) request of the specified type using the specified stream.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function SendXmlaRequest ( _
type As XmlaRequestType, _
requestStream As Stream _
) As XmlReader
'Uso
Dim instance As Server
Dim type As XmlaRequestType
Dim requestStream As Stream
Dim returnValue As XmlReader
returnValue = instance.SendXmlaRequest(type, _
requestStream)
public XmlReader SendXmlaRequest(
XmlaRequestType type,
Stream requestStream
)
public:
XmlReader^ SendXmlaRequest(
XmlaRequestType type,
Stream^ requestStream
)
member SendXmlaRequest :
type:XmlaRequestType *
requestStream:Stream -> XmlReader
public function SendXmlaRequest(
type : XmlaRequestType,
requestStream : Stream
) : XmlReader
Parámetros
- type
Tipo: Microsoft.AnalysisServices.XmlaRequestType
The type of request to send.
- requestStream
Tipo: System.IO.Stream
A Stream containing the request.
Valor devuelto
Tipo: System.Xml.XmlReader
An XmlReader containing the results of the request.