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
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.