ISql90XmlTypeSpecifier.XmlStyle 属性

获取或设置此类型的对象的 XML 样式。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property XmlStyle As SqlXmlDataTypeStyle
    Get
    Set
SqlXmlDataTypeStyle XmlStyle { get; set; }
property SqlXmlDataTypeStyle XmlStyle {
    SqlXmlDataTypeStyle get ();
    void set (SqlXmlDataTypeStyle value);
}
abstract XmlStyle : SqlXmlDataTypeStyle with get, set
function get XmlStyle () : SqlXmlDataTypeStyle
function set XmlStyle (value : SqlXmlDataTypeStyle)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlXmlDataTypeStyle

.NET Framework 安全性

请参见

参考

ISql90XmlTypeSpecifier 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间