Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns a CellSet created from a server response, passed in as an XmlReader.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintaxis
'Declaración
Public Shared Function LoadXml ( _
xmlTextReader As XmlReader _
) As CellSet
public static CellSet LoadXml (
XmlReader xmlTextReader
)
public:
static CellSet^ LoadXml (
XmlReader^ xmlTextReader
)
public static CellSet LoadXml (
XmlReader xmlTextReader
)
public static function LoadXml (
xmlTextReader : XmlReader
) : CellSet
Parámetros
- xmlTextReader
XmlReader containing the server response to return as a CellSet. For more information about this class, see System.Xml.XmlReader.
Valor devuelto
A CellSet, created from the xmlTextReaderparameter.
Excepciones
| Tipo de excepción | Condición |
|---|---|
| System.ArgumentNullException | The xmlTextReader was set to null. |
| System.ArgumentException | The State property of xmlTextReader was Error, EndOfFile, or Closed. |
| System.InvalidOperationException | The XML returned by the provider was not a valid cellset response. |
| AdomdErrorResponseException | The XML returned by the provider was a valid error response. |
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
CellSet Class
CellSet Members
Microsoft.AnalysisServices.AdomdClient Namespace