Метод TraceEvent.IXmlSerializable.GetSchema
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.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Private Function GetSchema As XmlSchema
Implements IXmlSerializable.GetSchema
'Применение
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.
Возвращаемое значение
Тип: 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.