Share via


Metodo TeamFoundationResourceManagementService.GetServiceVersionRaw<TComponent>

Recupera un autore della voce e del componente della versione di un componente specificata dal database.Nessun cache viene utilizzato.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Shared Sub GetServiceVersionRaw(Of TComponent As {New, TeamFoundationSqlResourceComponent}) ( _
    connectionString As String, _
    <OutAttribute> ByRef serviceVersionEntry As ServiceVersionEntry, _
    <OutAttribute> ByRef componentCreator As IComponentCreator, _
    handleNoResourceManagementSchema As Boolean _
)
public static void GetServiceVersionRaw<TComponent>(
    string connectionString,
    out ServiceVersionEntry serviceVersionEntry,
    out IComponentCreator componentCreator,
    bool handleNoResourceManagementSchema
)
where TComponent : new(), TeamFoundationSqlResourceComponent

Parametri di tipo

  • TComponent

Parametri

  • connectionString
    Tipo: System.String
    stringa di connessione di database

Note

Se una parte di transitionCreator registrata, il componentCreator verrà impostato anche se serviceVersionEntry è null.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationResourceManagementService Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server