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 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。