Propriedade do RDL TableViewBase.Triggers

Represents a collection of Trigger objects. Each Trigger object represents a trigger that is defined on the table or view.

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

Sintaxe

'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Trigger), SfcObjectFlags.Design)> _
Public ReadOnly Property Triggers As TriggerCollection 
    Get
'Uso
Dim instance As TableViewBase 
Dim value As TriggerCollection 

value = instance.Triggers
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Trigger), SfcObjectFlags.Design)]
public TriggerCollection Triggers { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Trigger), SfcObjectFlags::Design)]
public:
property TriggerCollection^ Triggers {
    TriggerCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Trigger), SfcObjectFlags.Design)>]
member Triggers : TriggerCollection
function get Triggers () : TriggerCollection

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.TriggerCollection
A TriggerCollection object that represents all the triggers that are defined on the table or view.

Exemplos

Trabalhando com objetos de banco de dados

Consulte também

Referência

TableViewBase Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Tabelas

Exibições

CREATE TABLE (Transact-SQL)

CREATE VIEW (Transact-SQL)