Поделиться через


Свойство IsXml

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsXml As Boolean
    Get
'Применение
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

Значение свойства

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