Share via


IScalarDataType.IsXml Property

Gets a value that indicates whether this is an xml data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsXml As Boolean 
    Get
'Usage
Dim instance As IScalarDataType 
Dim value As Boolean 

value = instance.IsXml
bool IsXml { get; }
property bool IsXml {
    bool get ();
}
abstract IsXml : bool
function get IsXml () : boolean

Property Value

Type: System.Boolean
true if this is an xml data type; otherwise, false.

See Also

Reference

IScalarDataType Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace