SqlSchemaModel.SerializeExternalProperty Method

This member overrides ModelStore.SerializeExternalProperty(XmlWriter, PropertyClass, Object).

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected Overrides Sub SerializeExternalProperty ( _
    writer As XmlWriter, _
    propertyClass As PropertyClass, _
    property As Object _
)
'Usage
Dim writer As XmlWriter
Dim propertyClass As PropertyClass
Dim property As Object

Me.SerializeExternalProperty(writer, _
    propertyClass, property)
protected override void SerializeExternalProperty(
    XmlWriter writer,
    PropertyClass propertyClass,
    Object property
)
protected:
virtual void SerializeExternalProperty(
    XmlWriter^ writer, 
    PropertyClass^ propertyClass, 
    Object^ property
) override
protected override function SerializeExternalProperty(
    writer : XmlWriter, 
    propertyClass : PropertyClass, 
    property : Object
)
abstract SerializeExternalProperty : 
        writer:XmlWriter * 
        propertyClass:PropertyClass * 
        property:Object -> unit 
override SerializeExternalProperty : 
        writer:XmlWriter * 
        propertyClass:PropertyClass * 
        property:Object -> unit 

Parameters

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

SqlSchemaModel Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace