Partilhar via


Propriedade ISql90XmlTypeSpecifier.XmlStyle

Obtém ou define o estilo XML para objetos desse tipo.

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

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90XmlTypeSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel