Share via


ISql90ServerOptions.IsClrEnabled Property

Gets or sets a value that indicates whether SQL CLR support is enabled.

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

Syntax

'Declaration
Property IsClrEnabled As Nullable(Of Boolean)
Nullable<bool> IsClrEnabled { get; set; }
property Nullable<bool> IsClrEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsClrEnabled : Nullable<bool> with get, set
function get IsClrEnabled () : Nullable<boolean>
function set IsClrEnabled (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace