Compartir a través de


TraceEvent.IXmlSerializable.GetSchema Método

Returns an XmlSchema that describes the XML representation of the object that is produced by the IXmlSerializable.WriteXml(XmlWriter) method and consumed by the IXmlSerializable.ReadXml(XmlReader) method.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Private Function GetSchema As XmlSchema 
    Implements IXmlSerializable.GetSchema
'Uso
Dim instance As TraceEvent 
Dim returnValue As XmlSchema 

returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchema IXmlSerializable.GetSchema()
private:
virtual XmlSchema^ GetSchema() sealed = IXmlSerializable::GetSchema
private abstract GetSchema : unit -> XmlSchema  
private override GetSchema : unit -> XmlSchema
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor devuelto

Tipo: System.Xml.Schema.XmlSchema
An XmlSchema that describes the XML representation of the object that is produced by the IXmlSerializable.WriteXml(XmlWriter) method and consumed by the IXmlSerializable.ReadXml(XmlReader) method.

Implementa

IXmlSerializable.GetSchema()

Vea también

Referencia

TraceEvent Clase

Espacio de nombres Microsoft.AnalysisServices