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