Sdílet prostřednictvím


MetadataValue.GetSchema Method

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

Return Value

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

Implements

IXmlSerializable.GetSchema()

See Also

Reference

MetadataValue Class

Microsoft.ReportingServices.RdlObjectModel Namespace