ISurfaceAreaFacet.ClrIntegrationEnabled Property
Gets or sets a value that indicates whether the CLR integration is enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayNameKeyAttribute("ClrIntegrationEnabledName")> _
<DisplayDescriptionKeyAttribute("ClrIntegrationEnabledDesc")> _
Property ClrIntegrationEnabled As Boolean
Get
Set
'Kullanım
Dim instance As ISurfaceAreaFacet
Dim value As Boolean
value = instance.ClrIntegrationEnabled
instance.ClrIntegrationEnabled = value
[DisplayNameKeyAttribute("ClrIntegrationEnabledName")]
[DisplayDescriptionKeyAttribute("ClrIntegrationEnabledDesc")]
bool ClrIntegrationEnabled { get; set; }
[DisplayNameKeyAttribute(L"ClrIntegrationEnabledName")]
[DisplayDescriptionKeyAttribute(L"ClrIntegrationEnabledDesc")]
property bool ClrIntegrationEnabled {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("ClrIntegrationEnabledName")>]
[<DisplayDescriptionKeyAttribute("ClrIntegrationEnabledDesc")>]
abstract ClrIntegrationEnabled : bool with get, set
function get ClrIntegrationEnabled () : boolean
function set ClrIntegrationEnabled (value : boolean)
Property Value
Type: System.Boolean
true if the CLR integration is enabled; otherwise, false.