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
- 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.
See Also
Reference
ISql90XmlTypeSpecifier Interface