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


Класс ServerGroup

The ServerGroup class represents a SQL Server server group.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent
      Microsoft.SqlServer.Management.RegisteredServers.ServerGroup

Пространство имен:  Microsoft.SqlServer.Management.RegisteredServers
Сборка:  Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)

Синтаксис

'Декларация
Public NotInheritable Class ServerGroup _
    Inherits ServerGroupParent _
    Implements ISfcValidate, ISfcCreatable, ICreatable, ISfcAlterable,  _
    IAlterable, ISfcDroppable, IDroppable, ISfcRenamable, IRenamable,  _
    ISfcMovable
'Применение
Dim instance As ServerGroup
public sealed class ServerGroup : ServerGroupParent, 
    ISfcValidate, ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, 
    ISfcDroppable, IDroppable, ISfcRenamable, IRenamable, ISfcMovable
public ref class ServerGroup sealed : public ServerGroupParent, 
    ISfcValidate, ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, 
    ISfcDroppable, IDroppable, ISfcRenamable, IRenamable, ISfcMovable
[<SealedAttribute>]
type ServerGroup =  
    class 
        inherit ServerGroupParent 
        interface ISfcValidate 
        interface ISfcCreatable 
        interface ICreatable 
        interface ISfcAlterable 
        interface IAlterable 
        interface ISfcDroppable 
        interface IDroppable 
        interface ISfcRenamable 
        interface IRenamable 
        interface ISfcMovable 
    end
public final class ServerGroup extends ServerGroupParent implements ISfcValidate, ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, ISfcDroppable, IDroppable, ISfcRenamable, IRenamable, ISfcMovable

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

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

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

В начало

Свойства

  Имя Описание
Защищенное свойство AbstractIdentityKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытое свойство Description Gets the name of the server group.
Открытое свойство DisplayName Gets the display name of the server group.
Открытое свойство ID Gets the ID value that uniquely identifies the server group.
Открытое свойство IdentityKey Gets the key value that uniquely identifies the server group.
Открытое свойство IsDropped Gets the Boolean value that specifies whether the server group has been dropped or not.
Открытое свойство IsLocal Gets the Boolean value that specifies whether the server group local.
Открытое свойство IsSystemServerGroup Gets the Boolean value that specifies whether the server group is a system object.
Открытое свойство Metadata Returns metadata about the instance and its domain. (Производный от SfcInstance.)
Открытое свойство Name Gets the name of the server group.
Открытое свойство Parent Gets the parent of the ServerGroup object.
Открытое свойство Properties Returns a collection instance properties. (Производный от SfcInstance.)
Открытое свойство RegisteredServers Represents a collection of RegisteredServers objects. Each RegisteredServers object represents a registered server.
Открытое свойство ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group.
Открытое свойство ServerType Gets or the type of server that is associated with the server group.
Защищенное свойство State Returns the state of the SfcInstance object. (Производный от SfcInstance.)
Открытое свойство Urn Returns the uniform resource name of the SfcInstance object. (Производный от SfcInstance.)

В начало

Методы

  Имя Описание
Открытый метод Alter Updates any ServerGroup object property changes on the instance of SQL Server. 
Открытый метод Create Creates a registered server on the instance of SQL Server as defined by the ServerGroup object.
Защищенный метод CreateIdentityKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Discover Discovers the dependency relationship for the server group. (Переопределяет SfcInstance.Discover(ISfcDependencyDiscoveryObjectSink).)
Открытый метод Drop Drops the registered server.
Открытый метод Equals (Производный от Object.)
Открытый метод Export Exports the server group to the specified file and using the specified credential persistence type.
Защищенный метод GetChildCollection Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод GetDescendantRegisteredServers Returns a list of the registered servers in a server group.
Открытый метод GetDomain Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод GetHashCode (Производный от Object.)
Открытый методСтатический элемент GetObjectFactory Returns the SFC object factory for the ServerGroup object.
Открытый метод GetPropertySet Returns the set of properties for the SfcInstance object. (Производный от SfcInstance.)
Открытый метод GetType (Производный от Object.)
Защищенный метод GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Import Imports groups and servers saved to an XML file and adds them as children of the server group.
Защищенный метод InitializeUIPropertyState Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Move Specifies the RegisteredServersServerGroup object to move in a new location.
Защищенный метод OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Производный от SfcInstance.)
Защищенный метод OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Производный от SfcInstance.)
Открытый метод Refresh Refreshes the object's properties by reading them from the server. (Производный от SfcInstance.)
Открытый метод Rename(String) Renames the ServerGroup object by using the specified name.
Открытый метод Rename(SfcKey) Renames the ServerGroup object by using the specified name.
Защищенный метод ResetKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Serialize Serializes the instance to XML. (Производный от SfcInstance.)
Открытый метод ToString Returns a string representation of the instance Urn. (Производный от SfcInstance.)
Открытый метод Validate Validates the ServerGroup object against the specified method and arguments.

В начало

События

  Имя Описание
Открытое событие DuplicateFound An event raised if a duplicate registered server group is encountered.
Открытое событие PropertyChanged CLS-compliant event for property changes. (Производный от SfcInstance.)
Открытое событие PropertyMetadataChanged CLS-compliant event for property metadata changes. (Производный от SfcInstance.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ISfcAlterable.ScriptAlter Alters the properties of the base object if it has been changed. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server..
Явная реализация интерфейсаЗакрытый метод ISfcCreatable.ScriptCreate Produces the script to create this object to storage in its current state. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server..
Явная реализация интерфейсаЗакрытый метод ISfcDroppable.ScriptDrop Produces the script to drop this object from storage. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server..
Явная реализация интерфейсаЗакрытый метод ISfcMovable.Move Moves the ServerGroup object under the specified parent object and updates the storage to reflect the move.Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server..
Явная реализация интерфейсаЗакрытый метод ISfcMovable.ScriptMove Produces the script to move this object under the specified parent object.Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server..
Явная реализация интерфейсаЗакрытый метод ISfcRenamable.ScriptRename Renames the instance of ISfcScript object identified by the key parameter. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server..

В начало

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.RegisteredServers