OleDbProviderSettingsCollection.GetCollectionElementType Method
Gets the Type of object contained in the OleDbProviderSettings collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Protected Overrides Function GetCollectionElementType As Type
'Kullanım
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
Return Value
Type: System.Type
The type of object contained in the collection.