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.