共用方式為


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()

請參閱

參考

MetadataValue 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間