Share via


SqlPotentialElementDescriptor.IsClr Property

Gets a value that indicates whether the descriptor specifies a Common Language Run-time (CLR) column.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPotentialElementDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace