Share via


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.

구현

IXmlSerializable.GetSchema()

참고 항목

참조

TraceEvent 클래스

Microsoft.AnalysisServices 네임스페이스