Интерфейс IRestrictedAccess
Represents an interface that implements single-user access to the server for the referenced connection.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Public Interface IRestrictedAccess
'Применение
Dim instance As IRestrictedAccess
public interface IRestrictedAccess
public interface class IRestrictedAccess
type IRestrictedAccess = interface end
public interface IRestrictedAccess
Тип IRestrictedAccess обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
SingleConnection | Gets or sets the Boolean property that specifies whether access to the server is restricted to a single user. |
В начало
Замечания
The IRestrictedAccess class is implemented by various instance classes.