Propriedade do RDL IsXml
Gets a value that indicates whether this is an xml data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if this is an xml data type; otherwise, false.
Consulte também