Classe ServerGroup
Remarque : cette API est désormais obsolète.
L'objet ServerGroup représente un groupe de serveurs inscrits Microsoft SQL Server.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .RegSvrSmoObject
Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroupBase
Microsoft.SqlServer.Management.Smo.RegisteredServers..::..ServerGroup
Espace de noms : Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public NotInheritable Class ServerGroup _
Inherits ServerGroupBase
'Utilisation
Dim instance As ServerGroup
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public sealed class ServerGroup : ServerGroupBase
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class ServerGroup sealed : public ServerGroupBase
[<SealedAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type ServerGroup =
class
inherit ServerGroupBase
end
public final class ServerGroup extends ServerGroupBase
Le type ServerGroup expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ServerGroup() () () () | Initialise une nouvelle instance de l'objet ServerGroup. | |
ServerGroup(String) | Initialise une nouvelle instance de l'objet ServerGroup qui a le nom spécifié. | |
ServerGroup(ServerGroup, String) | Initialise une nouvelle instance de l'objet ServerGroup selon le groupe de serveurs spécifié et avec le nom spécifié. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Description | Obtient ou définit la description textuelle du groupe référencé de serveurs inscrits. | |
Name | Gets or sets the name of the object. (hérité de RegSvrSmoObject.) | |
Parent | Obtient ou définit l'objet ServerGroup qui est le parent de l'objet ServerGroup référencé. | |
Path | Obtient le chemin d'accès du groupe de serveurs référencé. | |
Properties | Gets the properties associated with the object. (hérité de RegSvrSmoObject.) | |
RegisteredServers | Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server that is included in the parent server group. (hérité de ServerGroupBase.) | |
ServerGroups | Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. (hérité de ServerGroupBase.) | |
ServerType | Obtient la valeur de l'objet Guid qui spécifie le type de serveur associé au groupe de serveurs. | |
State | Gets the state of the referenced object. (hérité de SmoObjectBase.) | |
Urn | Obtient la valeur de l'objet Urn qui représente le groupe de serveurs. (remplace RegSvrSmoObject. . :: . .Urn.) | |
UrnSkeleton | Gets the Urn object that represents the object. (hérité de RegSvrSmoObject.) | |
UserData | Gets or sets user-defined data associated with the referenced object. (hérité de SmoObjectBase.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Alter | Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. (hérité de ServerGroupBase.) | |
CheckObjectState | Checks the state of the object. (hérité de RegSvrSmoObject.) | |
ClearCollections | Clears the server group collections. (hérité de ServerGroupBase.) | |
Create | Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object. (hérité de ServerGroupBase.) | |
Drop | Removes the ServerGroupBase from the parent server group. (hérité de ServerGroupBase.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetSmoObject | Gets a RegSvrSmoObject that is specified by a URN. (hérité de ServerGroupBase.) | |
GetType | (hérité de Object.) | |
ImplInitialize | Initializes the object. (hérité de RegSvrSmoObject.) | |
Initialize | Initializes the object. (hérité de RegSvrSmoObject.) | |
IsObjectInitialized | Gets a Boolean value that specifies whether the object was initialized. (hérité de RegSvrSmoObject.) | |
MemberwiseClone | (hérité de Object.) | |
Refresh | Refreshes the properties of the object. (hérité de RegSvrSmoObject.) | |
SetParentImpl | Sets a parent. (hérité de RegSvrSmoObject.) | |
ToString | (hérité de Object.) | |
UpdateObjectState | Gets the updated object state. (hérité de RegSvrSmoObject.) | |
Validate | Validates the state of an object. (hérité de SmoObjectBase.) |
Haut de la page
Notes
To get or set ServerGroup object properties, users must be a member of the sysadmin fixed server role.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi