TeamFoundationResourceManagementService.TryGetServiceVersionRaw<TComponent>, méthode
Récupère un créateur d'entrée et de composant de version de service d'un composant donné de la base de données. Aucun cache n'est utilisé.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Shared Function TryGetServiceVersionRaw(Of TComponent As {New, TeamFoundationSqlResourceComponent}) ( _
connectionString As String, _
<OutAttribute> ByRef serviceVersionEntry As ServiceVersionEntry, _
<OutAttribute> ByRef componentCreator As IComponentCreator, _
handleNoResourceManagementSchema As Boolean _
) As Boolean
public static bool TryGetServiceVersionRaw<TComponent>(
string connectionString,
out ServiceVersionEntry serviceVersionEntry,
out IComponentCreator componentCreator,
bool handleNoResourceManagementSchema
)
where TComponent : new(), TeamFoundationSqlResourceComponent
Paramètres de type
- TComponent
Paramètres
- connectionString
Type : System.String
chaîne de connexion à une base de données
- serviceVersionEntry
Type : Microsoft.TeamFoundation.Framework.Server.ServiceVersionEntry%
L'entrée de version de service de la base de données, ou Null s'appuient.
- componentCreator
Type : Microsoft.TeamFoundation.Framework.Server.IComponentCreator%
un IComponentCreator qui peut être utilisé pour créer le composant avec version associé, ou Null si correspondant introuvable.
- handleNoResourceManagementSchema
Type : System.Boolean
Valeur de retour
Type : System.Boolean
Notes
Si un composant de transitionCreator est enregistré, le componentCreator aura la même si serviceVersionEntry est null.
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.