Share via


ComponentCreator<TComponent> クラス

Team Foundation Server コンポーネント の作成者。

継承階層

System.Object
  Microsoft.TeamFoundation.Framework.Server.ComponentCreator<TComponent>

名前空間:  Microsoft.TeamFoundation.Framework.Server
アセンブリ:  Microsoft.TeamFoundation.Framework.Server (Microsoft.TeamFoundation.Framework.Server.dll 内)

構文

'宣言
Public NotInheritable Class ComponentCreator(Of TComponent As {New, TeamFoundationSqlResourceComponent}) _
    Implements IComponentCreator
public sealed class ComponentCreator<TComponent> : IComponentCreator
where TComponent : new(), TeamFoundationSqlResourceComponent

型パラメーター

  • TComponent
    作成するコンポーネントの型。

ComponentCreator<TComponent> 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
パブリック メソッド ComponentCreator<TComponent>(Int32) ComponentCreator クラスの新しいインスタンスを初期化します。
パブリック メソッド ComponentCreator<TComponent>(Int32, Boolean) ComponentCreator クラスの新しいインスタンスを初期化します。

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ IsTransitionCreator
パブリック プロパティ ServiceVersion このクラスの作成時コンポーネントとサービスのバージョン。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Create(TeamFoundationRequestContext, String) 要求コンテキストおよびデータベースのカテゴリを使用してコンポーネントを作成します。
パブリック メソッド Create(String, Int32, Int32, Int32) 接続文字列を使用してコンポーネントを作成します。
パブリック メソッド Equals 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。)
パブリック メソッド GetHashCode 既定のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.TeamFoundation.Framework.Server 名前空間