Owns the connection to the Configuration Manager 2007 server and all lower-level nodes that manage objects that are contained in the server. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsSiteConnectionNode

Syntax

Visual Basic
<ComVisibleAttribute(False)> _
Public Class SmsSiteConnectionNode
		Inherits ScopeNodeBase
C#
[ComVisibleAttribute(false)] 
public class SmsSiteConnectionNode : ScopeNodeBase
C++
[ComVisibleAttribute(false)] 
public ref class SmsSiteConnectionNode : public ScopeNodeBase
J#
/** @attribute ComVisibleAttribute(false) */ 
public class SmsSiteConnectionNode extends ScopeNodeBase
JScript
ComVisibleAttribute(false) 
public class SmsSiteConnectionNode extends ScopeNodeBase

Remarks

This class serves as the parent of all console nodes that perform configuration operations.


Inheritance Hierarchy

System.Object
   Microsoft.ManagementConsole.Node
     Microsoft.ManagementConsole.ScopeNode
       Microsoft.ConfigurationManagement.AdminConsole.ScopeNodeBase
        Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also