ISql90XmlTypeSpecifier.XmlStyle-Eigenschaft

Ruft das XML-Format für Objekte dieses Typs ab oder legt das XML-Format fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90XmlTypeSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace