Propriété IsXml
Gets a value that indicates whether this is an xml data type.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsXml As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if this is an xml data type; otherwise, false.