Freigeben über


IsClr-Eigenschaft

Gets a value that indicates whether this is a CLR data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsClr As Boolean
    Get
'Usage
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

Eigenschaftswert

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