共用方式為


TeamFoundationResourceManagementService.GetServiceVersionRaw<TComponent> 方法 (ISqlConnectionInfo, ServiceVersionEntry%, IComponentCreator%, Boolean)

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
Public Shared Sub GetServiceVersionRaw(Of TComponent As {Class, New, ISqlResourceComponent}) ( _
    connectionInfo As ISqlConnectionInfo, _
    <OutAttribute> ByRef serviceVersionEntry As ServiceVersionEntry, _
    <OutAttribute> ByRef componentCreator As IComponentCreator, _
    handleNoResourceManagementSchema As Boolean _
)
public static void GetServiceVersionRaw<TComponent>(
    ISqlConnectionInfo connectionInfo,
    out ServiceVersionEntry serviceVersionEntry,
    out IComponentCreator componentCreator,
    bool handleNoResourceManagementSchema
)
where TComponent : class, new(), ISqlResourceComponent

類型參數

  • TComponent

參數

.NET Framework 安全性

請參閱

參考

TeamFoundationResourceManagementService 類別

GetServiceVersionRaw 多載

Microsoft.TeamFoundation.Framework.Server 命名空間