Compartir a través de


OleDbProviderSettingsCollection.GetCollectionElementType Método

Gets the Type of object contained in the OleDbProviderSettings collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Type
The type of object contained in the collection.

Ejemplos

Usar colecciones

Vea también

Referencia

OleDbProviderSettingsCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo