Udostępnij przez


IServerSetupFacet.UserInstancesEnabled Property

Gets the Boolean value that determines whether user instances are enabled. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayNameKeyAttribute("IServerConfigurationFacet_UserInstancesEnabledName")> _
<DisplayDescriptionKeyAttribute("IServerConfigurationFacet_UserInstancesEnabledDesc")> _
ReadOnly Property UserInstancesEnabled As Boolean
[DisplayNameKeyAttribute("IServerConfigurationFacet_UserInstancesEnabledName")] 
[DisplayDescriptionKeyAttribute("IServerConfigurationFacet_UserInstancesEnabledDesc")] 
bool UserInstancesEnabled { get; }
[DisplayNameKeyAttribute(L"IServerConfigurationFacet_UserInstancesEnabledName")] 
[DisplayDescriptionKeyAttribute(L"IServerConfigurationFacet_UserInstancesEnabledDesc")] 
property bool UserInstancesEnabled {
    bool get ();
}
/** @property */
boolean get_UserInstancesEnabled ()
function get UserInstancesEnabled () : boolean

Property Value

A Boolean value that specifies whether user instances are enabled. If True, user instances are enabled. Otherwise, False.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.