SmsRootConsoleNode Class
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
'Usage
Dim instance As SmsRootConsoleNode
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class SmsRootConsoleNode
Inherits ScopeNodeBase
[ComVisibleAttribute(false)]
public class SmsRootConsoleNode : ScopeNodeBase
[ComVisibleAttribute(false)]
public ref class SmsRootConsoleNode : public ScopeNodeBase
/** @attribute ComVisibleAttribute(false) */
public class SmsRootConsoleNode extends ScopeNodeBase
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
Reference
SmsRootConsoleNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsRootConsoleNode.ConnectionNodeData