Proprietà SqlPotentialElementDescriptor.IsClr

Ottiene un valore che indica se il descrittore specifica una colonna CLR (Common Language Runtime).

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsClr As Boolean
    Get
public bool IsClr { get; }
public:
property bool IsClr {
    bool get ();
}
member IsClr : bool
function get IsClr () : boolean

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlPotentialElementDescriptor Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel