Partager via


Classe TargetServerGroupCollection

The TargetServerGroupCollection class represents a collection of TargetServerGroup objects that represent all the target server groups defined on SQL Server Agent.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class TargetServerGroupCollection _
    Inherits SimpleObjectCollectionBase
'Utilisation
Dim instance As TargetServerGroupCollection
public sealed class TargetServerGroupCollection : SimpleObjectCollectionBase
public ref class TargetServerGroupCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type TargetServerGroupCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class TargetServerGroupCollection extends SimpleObjectCollectionBase

Notes

A TargetServerGroupCollection object can be used to gain access to a set of target server groups. You can use the Item property to return a specific TargetServerGroup object.

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 sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.