MetadataValue.GetSchema 方法

Gets the definition schema of the metadata value.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Function GetSchema As XmlSchema
用法
Dim instance As MetadataValue
Dim returnValue As XmlSchema

returnValue = instance.GetSchema()
public XmlSchema GetSchema()
public:
virtual XmlSchema^ GetSchema() sealed
abstract GetSchema : unit -> XmlSchema 
override GetSchema : unit -> XmlSchema 
public final function GetSchema() : XmlSchema

返回值

类型:System.Xml.Schema.XmlSchema
An XmlSchema object.

实现

IXmlSerializable.GetSchema()