共用方式為


HttpComponentCreator<TComponent>.Create 方法 (String, Int32, Int32, Int32)

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

語法

'宣告
Public Function Create ( _
    connectionString As String, _
    commandTimeout As Integer, _
    deadlockPause As Integer, _
    maxDeadlockRetries As Integer _
) As TeamFoundationSqlResourceComponent
public TeamFoundationSqlResourceComponent Create(
    string connectionString,
    int commandTimeout,
    int deadlockPause,
    int maxDeadlockRetries
)

參數

傳回值

型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent

實作

IComponentCreator.Create(String, Int32, Int32, Int32)

.NET Framework 安全性

請參閱

參考

HttpComponentCreator<TComponent> 類別

Create 多載

Microsoft.TeamFoundation.Framework.Server 命名空間