ServerGroupParent Class
Represents the server group parent object.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public MustInherit Class ServerGroupParent _
Inherits SfcInstance
'Usage
Dim instance As ServerGroupParent
public abstract class ServerGroupParent : SfcInstance
public ref class ServerGroupParent abstract : public SfcInstance
[<AbstractClassAttribute>]
type ServerGroupParent =
class
inherit SfcInstance
end
public abstract class ServerGroupParent extends SfcInstance
Inheritance Hierarchy
System.Object
SfcInstance
Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent
Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore
Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
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.