Udostępnij za pośrednictwem


Właściwość IServerConfigurationFacet.ClrIntegrationEnabled

Pobiera lub zestaws wartość logiczna określająca, czy wartość integracja CLR jest zestaw.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Property ClrIntegrationEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As Boolean

value = instance.ClrIntegrationEnabled

instance.ClrIntegrationEnabled = value
bool ClrIntegrationEnabled { get; set; }
property bool ClrIntegrationEnabled {
    bool get ();
    void set (bool value);
}
abstract ClrIntegrationEnabled : bool with get, set
function get ClrIntegrationEnabled () : boolean
function set ClrIntegrationEnabled (value : boolean)

Wartość właściwości

Typ: System.Boolean
TRUE , jeśli właściwość jest zestaw. FALSE , jeśli właściwość nie jest zestaw.