ModelStore.SerializeExternalProperty Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub SerializeExternalProperty ( _
writer As XmlWriter, _
propertyClass As PropertyClass, _
propertyValue As Object _
)
'Usage
Dim writer As XmlWriter
Dim propertyClass As PropertyClass
Dim propertyValue As Object
Me.SerializeExternalProperty(writer, _
propertyClass, propertyValue)
protected virtual void SerializeExternalProperty(
XmlWriter writer,
PropertyClass propertyClass,
Object propertyValue
)
protected:
virtual void SerializeExternalProperty(
XmlWriter^ writer,
PropertyClass^ propertyClass,
Object^ propertyValue
)
protected function SerializeExternalProperty(
writer : XmlWriter,
propertyClass : PropertyClass,
propertyValue : Object
)
abstract SerializeExternalProperty :
writer:XmlWriter *
propertyClass:PropertyClass *
propertyValue:Object -> unit
override SerializeExternalProperty :
writer:XmlWriter *
propertyClass:PropertyClass *
propertyValue:Object -> unit
Parameters
- writer
Type: System.Xml.XmlWriter
- propertyClass
Type: Microsoft.Data.Schema.SchemaModel.PropertyClass
- propertyValue
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.