次の方法で共有


RemoteAccessActiveConnectionSummaryLocal class

Remote Access Connection Statistics Summary for Active Connections

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("RAServerPSProvider"), AMENDMENT]
class RemoteAccessActiveConnectionSummaryLocal : RemoteAccessConnectionSummaryLocal
{
  uint32 TotalUniqueUsers;
  uint32 TotalConnections;
  uint32 TotalDAConnections;
  uint32 TotalVpnConnections;
  uint32 TotalCumulativeConnections;
  uint64 TotalBytesIn;
  uint64 TotalBytesOut;
  uint64 TotalBytesInOut;
  uint32 MaxConcurrentConnections;
};

Members

The RemoteAccessActiveConnectionSummaryLocal class has these types of members:

Properties

The RemoteAccessActiveConnectionSummaryLocal class has these properties.

MaxConcurrentConnections

Data type: uint32

Access type: Read-only

Qualifiers: Override (MaxConcurrentConnections)

The maximum number of concurrent connections.

TotalBytesIn

Data type: uint64

Access type: Read-only

The total bytes recieved since the service started.

TotalBytesInOut

Data type: uint64

Access type: Read-only

The total number of bytes in and out since the service started.

TotalBytesOut

Data type: uint64

Access type: Read-only

The total bytes output since the service started.

TotalConnections

Data type: uint32

Access type: Read-only

Qualifiers: Override (TotalConnections)

The number of total connections.

TotalCumulativeConnections

Data type: uint32

Access type: Read-only

The total number of cumulative connections since the service started.

TotalDAConnections

Data type: uint32

Access type: Read-only

Qualifiers: Override (TotalDAConnections)

The total number of direct access connections.

TotalUniqueUsers

Data type: uint32

Access type: Read-only

The total number of unique users.

This property is inherited from RemoteAccessConnectionSummaryLocal.

TotalVpnConnections

Data type: uint32

Access type: Read-only

Qualifiers: Override (TotalVpnConnections)

The total number of VPN connections.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess\Server
MOF
RAServerPSProvider.mof
DLL
RAServerPSProvider.dll

See also

RemoteAccessConnectionSummaryLocal