Freigeben über


MetadataValue.GetSchema-Methode

Gets the definition schema of the metadata value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function GetSchema As XmlSchema
'Usage
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

Rückgabewert

Typ: System.Xml.Schema.XmlSchema
An XmlSchema object.

Implementiert

IXmlSerializable.GetSchema()

Siehe auch

Verweis

MetadataValue Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace