Represents a first-level node, which is a collection of servers configured by the user to be connected and managed from the Configuration Manager 2007 console. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsRootConsoleNode

Syntax

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

Remarks

There is only one instance of this class per Configuration Manager console snap-in.

This class uses the SmsRootConsoleNode.ConnectionNodeData class to manage its persisted data.


Inheritance Hierarchy

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

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