Bagikan melalui


ServerGroupBase Members

Include Protected Members
Include Inherited Members

The ServerGroupBase class is a base class that is used in the construction of the ServerGroup class, which represents a group of Microsoft SQL Server registered servers.

The ServerGroupBase type exposes the following members.

Methods

  Name Description
Public method Alter() Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server.
Protected method CheckObjectState() (Inherited from RegSvrSmoObject.)
Protected method ClearCollections() Clears the server group collections.
Public method Create() Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object.
Public method Drop() Removes the ServerGroupBase from the parent server group.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetSmoObject(Urn) Gets a RegSvrSmoObject that is specified by a URN.
Public method GetType() (Inherited from Object.)
Protected method ImplInitialize(array<String[], array<OrderBy[]) (Inherited from RegSvrSmoObject.)
Public method Initialize() (Inherited from RegSvrSmoObject.)
Protected method IsObjectInitialized() (Inherited from RegSvrSmoObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Refresh() (Inherited from RegSvrSmoObject.)
Protected method SetParentImpl(RegSvrSmoObject) (Inherited from RegSvrSmoObject.)
Public method ToString() (Inherited from Object.)
Protected method UpdateObjectState() (Inherited from RegSvrSmoObject.)
Public method Validate(String, array<Object[]) (Inherited from SmoObjectBase.)

Top

Properties

  Name Description
Public property Name Gets or sets the name of the object. (Inherited from RegSvrSmoObject.)
Public property Properties Gets the properties associated with the object. (Inherited from RegSvrSmoObject.)
Public property RegisteredServers Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server that is included in the parent server group.
Public property ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group.
Public property State Gets the state of the referenced object. (Inherited from SmoObjectBase.)
Public property Urn Gets the Urn object that represents the object. (Inherited from RegSvrSmoObject.)
Protected property UrnSkeleton Gets the Urn object that represents the object. (Inherited from RegSvrSmoObject.)
Public property UserData Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.)

Top