SqlSchemaModel.SerializeExternalProperty 方法
对 SqlSchemaModel 支持的任何外部属性进行序列化。
命名空间: Microsoft.Data.Schema.Sql.SchemaModel
程序集: Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
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
)
参数
- writer
类型:System.Xml.XmlWriter
- propertyClass
类型:Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
- property
类型:System.Object
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。