Compartilhar via


Classe DatabaseDdlTriggerCollection

The DatabaseDdlTriggerCollection class represents a collection of DatabaseDdlTrigger objects that represent all the database data definition language (DDL) triggers defined on a table.

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

Sintaxe

'Declaração
Public NotInheritable Class DatabaseDdlTriggerCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As DatabaseDdlTriggerCollection
public sealed class DatabaseDdlTriggerCollection : SimpleObjectCollectionBase
public ref class DatabaseDdlTriggerCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type DatabaseDdlTriggerCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class DatabaseDdlTriggerCollection extends SimpleObjectCollectionBase

Comentários

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