SqlSchemaModel.SerializeExternalProperty, méthode
Sérialise toutes les propriétés externes prises en charge par SqlSchemaModel.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- writer
Type : System.Xml.XmlWriter
- propertyClass
Type : Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
- property
Type : System.Object
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.