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) | 接続文字列を使用してコンポーネントを作成します。 | |
CreateHttp | ||
Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) | |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Object から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。