Partager via


Classe TriggerCollection

The TriggerCollection class represents a collection of Trigger objects that represent all the triggers defined on a table.

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

Syntaxe

'Déclaration
Public Class TriggerCollection _
    Inherits SimpleObjectCollectionBase
'Utilisation
Dim instance As TriggerCollection
public class TriggerCollection : SimpleObjectCollectionBase
public ref class TriggerCollection : public SimpleObjectCollectionBase
type TriggerCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public class TriggerCollection extends SimpleObjectCollectionBase

Notes

A TriggerCollection object can be used to gain access to a set of triggers. You can use the Item property to return a specific Trigger 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.