Поделиться через


Элементы ServerGroupBase

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.

Тип ServerGroupBase предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server.
Защищенный метод CheckObjectState (Наследуется из RegSvrSmoObject.)
Защищенный метод ClearCollections Clears the server group collections.
Открытый метод Create Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object.
Открытый метод Drop Removes the ServerGroupBase from the parent server group.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetSmoObject Gets a RegSvrSmoObject that is specified by a URN.
Открытый метод GetType (Наследуется из Object.)
Защищенный метод ImplInitialize (Наследуется из RegSvrSmoObject.)
Открытый метод Initialize (Наследуется из RegSvrSmoObject.)
Защищенный метод IsObjectInitialized (Наследуется из RegSvrSmoObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Refresh (Наследуется из RegSvrSmoObject.)
Защищенный метод SetParentImpl (Наследуется из RegSvrSmoObject.)
Открытый метод ToString (Наследуется из Object.)
Защищенный метод UpdateObjectState (Наследуется из RegSvrSmoObject.)
Открытый метод Validate (Наследуется из SmoObjectBase.)

В начало

Свойства

  Имя Описание
Открытое свойство Name Gets or sets the name of the object. (Наследуется из RegSvrSmoObject.)
Открытое свойство Properties Gets the properties associated with the object. (Наследуется из RegSvrSmoObject.)
Открытое свойство RegisteredServers Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server that is included in the parent server group.
Открытое свойство ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group.
Открытое свойство State Gets the state of the referenced object. (Наследуется из SmoObjectBase.)
Открытое свойство Urn Gets the Urn object that represents the object. (Наследуется из RegSvrSmoObject.)
Защищенное свойство UrnSkeleton Gets the Urn object that represents the object. (Наследуется из RegSvrSmoObject.)
Открытое свойство UserData Gets or sets user-defined data associated with the referenced object. (Наследуется из SmoObjectBase.)

В начало