GetCollectionElementType 方法

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

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Overrides Function GetCollectionElementType As Type
用法
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

返回值

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

注释

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。不保证所有实例成员都是线程安全的。