Metodo MetadataValue.GetSchema
Gets the definition schema of the metadata value.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Function GetSchema As XmlSchema
'Utilizzo
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
Valore restituito
Tipo: System.Xml.Schema.XmlSchema
An XmlSchema object.