Partager via


SqlPotentialElementDescriptor.IsClr, propriété

Obtient une valeur qui indique si le descripteur spécifie une colonne CLR (Common Language Runtime).

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SqlPotentialElementDescriptor Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms