Класс 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