Compartir a través de


IsClr Propiedad

Gets a value that indicates whether this is a CLR 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 IsClr As Boolean
    Get
'Uso
Dim instance As IScalarDataType
Dim value As Boolean

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

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if this is a CLR data type; otherwise, false.