ISql90ServerOptions.IsClrEnabled-Eigenschaft

Ruft einen Wert ab, der angibt, ob SQL CLR unterstützt wird, oder legt den Wert fest.

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)
    Get
    Set
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>)

Eigenschaftswert

Typ: System.Nullable<Boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90ServerOptions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace