IsXml Propiedad
Gets a value that indicates whether this is an xml data type.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property IsXml As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if this is an xml data type; otherwise, false.
Vea también