IRestrictedAccess Interface

Represents an interface that implements single-user access to the server for the referenced connection.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public Interface IRestrictedAccess
'Usage
Dim instance As IRestrictedAccess
public interface IRestrictedAccess
public interface class IRestrictedAccess
type IRestrictedAccess =  interface end
public interface IRestrictedAccess

The IRestrictedAccess type exposes the following members.

Properties

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

Top

Remarks

The IRestrictedAccess class is implemented by various instance classes.

See Also

Reference

Microsoft.SqlServer.Management.Common Namespace