Partager via


ISql90ServerOptions.IsClrEnabled, propriété

Obtient ou définit une valeur qui indique si la prise en charge du CLR SQL est activée.

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

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISql90ServerOptions Interface

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