Поделиться через


ISql90XmlTypeSpecifier.XmlStyle Property

Gets or sets the XML style for objects of this type.

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

Syntax

'Declaration
Property XmlStyle As SqlXmlDataTypeStyle
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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlXmlDataTypeStyle

.NET Framework Security

See Also

Reference

ISql90XmlTypeSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace