ISql90XmlTypeSpecifier.XmlStyle (Propiedad)

Obtiene o establece el estilo XML para los objetos de este tipo.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90XmlTypeSpecifier Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)