Win32_SessionConnection class

The Win32_SessionConnection association WMI class represents an association between a session established with the local server, by a user on a remote computer, and the connections that depend on the session.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

[dynamic, provider("SessionProvider"), AMENDMENT]
class Win32_SessionConnection : CIM_Dependency
{
  Win32_ServerSession    REF Antecedent;
  Win32_ServerConnection REF Dependent;
};

Members

The Win32_SessionConnection class has these types of members:

Properties

The Win32_SessionConnection class has these properties.

Antecedent

Data type: Win32_ServerSession

Access type: Read-only

Qualifiers: Override (Antecedent), Key

The Antecedent property references the session established to connect to the shared resource.

Dependent

Data type: Win32_ServerConnection

Access type: Read-only

Qualifiers: Override (Dependent), Key

The Dependent property references a connection made to a shared resource on the local server.

Remarks

The Win32_SessionConnection class is derived from CIM_Dependency.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
Wmipsess.mof
DLL
Wmipsess.dll

See also

CIM_Dependency

Operating System Classes