Dela via


ISql90XmlTypeSpecifier.XmlStyle Property

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

Syntax

'Declaration
Property XmlStyle As SqlXmlDataTypeStyle
'Usage
Dim instance As ISql90XmlTypeSpecifier 
Dim value As SqlXmlDataTypeStyle 

value = instance.XmlStyle

instance.XmlStyle = value
SqlXmlDataTypeStyle XmlStyle { get; set; }
property SqlXmlDataTypeStyle XmlStyle {
    SqlXmlDataTypeStyle get ();
    void set (SqlXmlDataTypeStyle value);
}
function get XmlStyle () : SqlXmlDataTypeStyle 
function set XmlStyle (value : SqlXmlDataTypeStyle)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90XmlTypeSpecifier Interface

ISql90XmlTypeSpecifier Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace