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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.