Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the connections of the user.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property UserConnections As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.UserConnections
instance.UserConnections = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
int UserConnections { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property int UserConnections {
int get ();
void set (int value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract UserConnections : int with get, set
function get UserConnections () : int
function set UserConnections (value : int)
Property Value
Type: System.Int32
The connections of the user.