Dela via


ISql90ServerOptions.IsClrEnabled Property

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

Syntax

'Declaration
Property IsClrEnabled As Nullable(Of Boolean)
'Usage
Dim instance As ISql90ServerOptions 
Dim value As Nullable(Of Boolean)

value = instance.IsClrEnabled

instance.IsClrEnabled = value
Nullable<bool> IsClrEnabled { get; set; }
property Nullable<bool> IsClrEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
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

ISql90ServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace