Compartilhar via


Classe TriggerCollection

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Class TriggerCollection _
    Inherits SimpleObjectCollectionBase
'Uso
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

Comentários

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

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.