Элементы ServerGroup

The ServerGroup object represents a group of Microsoft SQL Server registered servers.

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

Конструкторы

  Имя Описание
Открытый метод ServerGroup() () () () Initializes a new instance of the ServerGroup object.
Открытый метод ServerGroup(String) Initializes a new instance of the ServerGroup object that has the specified name.
Открытый метод ServerGroup(ServerGroup, String)

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство Description Gets or sets the textual description of the referenced group of registered servers.
Открытое свойство Name Gets or sets the name of the object. (Наследуется из RegSvrSmoObject.)
Открытое свойство Parent Gets or sets the ServerGroup object that is the parent of the referenced ServerGroup object.
Открытое свойство Path Gets the path of the referenced server group.
Открытое свойство 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. (Наследуется из ServerGroupBase.)
Открытое свойство ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. (Наследуется из ServerGroupBase.)
Открытое свойство ServerType Gets the Guid object value that specifies the type of server associated with the server group.
Открытое свойство State Gets the state of the referenced object. (Наследуется из SmoObjectBase.)
Открытое свойство Urn Gets the Urn object value that represents the server group. (Перезаписывает RegSvrSmoObject. . :: . .Urn.)
Защищенное свойство UrnSkeleton Gets the Urn object that represents the object. (Наследуется из RegSvrSmoObject.)
Открытое свойство UserData Gets or sets user-defined data associated with the referenced object. (Наследуется из SmoObjectBase.)

В начало