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.
Serializes 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 Sub SerializeExternalProperty ( _
writer As XmlWriter, _
propertyClass As ModelPropertyClass, _
property As Object _
)
protected override void SerializeExternalProperty(
XmlWriter writer,
ModelPropertyClass propertyClass,
Object property
)
protected:
virtual void SerializeExternalProperty(
XmlWriter^ writer,
ModelPropertyClass^ propertyClass,
Object^ property
) override
abstract SerializeExternalProperty :
writer:XmlWriter *
propertyClass:ModelPropertyClass *
property:Object -> unit
override SerializeExternalProperty :
writer:XmlWriter *
propertyClass:ModelPropertyClass *
property:Object -> unit
protected override function SerializeExternalProperty(
writer : XmlWriter,
propertyClass : ModelPropertyClass,
property : Object
)
Parameters
- writer
Type: System.Xml.XmlWriter
- propertyClass
Type: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
- property
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.