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.
Deserializes any external properties that are supported by SqlSchemaModel.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Function DeserializeExternalProperty ( _
reader As XmlReader, _
propertyClass As ModelPropertyClass _
) As Object
protected override Object DeserializeExternalProperty(
XmlReader reader,
ModelPropertyClass propertyClass
)
protected:
virtual Object^ DeserializeExternalProperty(
XmlReader^ reader,
ModelPropertyClass^ propertyClass
) override
abstract DeserializeExternalProperty :
reader:XmlReader *
propertyClass:ModelPropertyClass -> Object
override DeserializeExternalProperty :
reader:XmlReader *
propertyClass:ModelPropertyClass -> Object
protected override function DeserializeExternalProperty(
reader : XmlReader,
propertyClass : ModelPropertyClass
) : Object
Parameters
- reader
Type: System.Xml.XmlReader
- propertyClass
Type: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
Return Value
Type: System.Object
.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.