JobCollection.GetCollectionElementType メソッド

コレクションの種類を示す Type オブジェクトを取得します。

名前空間:  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
コレクションの種類を示す Type オブジェクトです。

説明

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

JobCollection クラス

Microsoft.SqlServer.Management.Smo.Agent 名前空間