Compartilhar via


Propriedade do RDL TriggerCollection.Parent

Gets the Table object that is the parent of the Trigger object.

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As SqlSmoObject 
    Get
'Uso
Dim instance As TriggerCollection 
Dim value As SqlSmoObject 

value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A Table object that is the parent of the Trigger object.

Exemplos

Usando coleções

Consulte também

Referência

TriggerCollection Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Usando coleções