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.