Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the value of an external property by using the provided XML reader and property metadata object.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function DeserializeExternalProperty ( _
reader As XmlReader, _
propertyClass As ModelPropertyClass _
) As Object
protected virtual Object DeserializeExternalProperty(
XmlReader reader,
ModelPropertyClass propertyClass
)
protected:
virtual Object^ DeserializeExternalProperty(
XmlReader^ reader,
ModelPropertyClass^ propertyClass
)
abstract DeserializeExternalProperty :
reader:XmlReader *
propertyClass:ModelPropertyClass -> Object
override DeserializeExternalProperty :
reader:XmlReader *
propertyClass:ModelPropertyClass -> Object
protected function DeserializeExternalProperty(
reader : XmlReader,
propertyClass : ModelPropertyClass
) : Object
Parameters
- reader
Type: System.Xml.XmlReader
An XmlReader object.
- propertyClass
Type: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
A ModelPropertyClass object.
Return Value
Type: System.Object
An object that represents the value of the external property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.