ServicingContext.CreateComponent<TComponent>, méthode
Crée un composant qui peut être utilisé pour communiquer à la version actuelle de la base de données.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function CreateComponent(Of TComponent As {New, TeamFoundationSqlResourceComponent}) ( _
databaseCategory As String, _
partitionId As Integer, _
commandTimeout As Integer, _
deadlockPause As Integer, _
maxDeadlockRetries As Integer _
) As TComponent
public TComponent CreateComponent<TComponent>(
string databaseCategory,
int partitionId,
int commandTimeout,
int deadlockPause,
int maxDeadlockRetries
)
where TComponent : new(), TeamFoundationSqlResourceComponent
Paramètres de type
- TComponent
Le typoe du composant à créer.
Paramètres
- databaseCategory
Type : System.String
Catégorie de base de données.
- partitionId
Type : System.Int32
- commandTimeout
Type : System.Int32
- deadlockPause
Type : System.Int32
- maxDeadlockRetries
Type : System.Int32
Valeur de retour
Type : TComponent
retourne [{0}] ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.