Compartilhar via


Método TriggerCollection.GetCollectionElementType

Gets the Element Type

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

Sintaxe

'Declaração
Protected Overrides Function GetCollectionElementType As Type
'Uso
Dim returnValue As Type 

returnValue = Me.GetCollectionElementType()
protected override Type GetCollectionElementType()
protected:
virtual Type^ GetCollectionElementType() override
abstract GetCollectionElementType : unit -> Type  
override GetCollectionElementType : unit -> Type
protected override function GetCollectionElementType() : Type

Valor de retorno

Tipo: System.Type
The Element Type.

Exemplos

Usando coleções

Consulte também

Referência

TriggerCollection Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Usando coleções