Expand Minimize
This topic has not yet been rated - Rate this topic

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

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: Key

Reference to the instance representing a session established to connect to the shared resource. This property is inherited from CIM_Dependency.

Dependent
Data type: Win32_ServerConnection
Access type: Read-only
Qualifiers: Key

Reference to the instance representing a shared resource on the local server. This property is inherited from CIM_Dependency.

Remarks

The Win32_SessionConnection class is derived from CIM_Dependency.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\root\CIMV2

MOF

Wmipsess.mof

DLL

Wmipsess.dll

See also

Operating System Classes

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.