Поделиться через


Свойство IRestrictedAccess.SingleConnection

Gets or sets the Boolean property that specifies whether access to the server is restricted to a single user.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Property SingleConnection As Boolean 
    Get 
    Set
'Применение
Dim instance As IRestrictedAccess 
Dim value As Boolean 

value = instance.SingleConnection

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

Значение свойства

Тип: System.Boolean
A Boolean value that specifies whether access to the server is restricted to a single user.If True, access to the server is restricted to a single user.If False (default), access to the server is not restricted and multiple users can connect.

См. также

Справочник

IRestrictedAccess Интерфейс

Пространство имен Microsoft.SqlServer.Management.Common