共用方式為


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 命名空間