Condividi tramite


Metodo JobCollection.GetCollectionElementType

Gets a Type object that specifies the type of the collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Overrides Function GetCollectionElementType As Type
'Utilizzo
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

Valore restituito

Tipo: System.Type
A Type object that specifies the type of the collection.

Osservazioni

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

JobCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent