Metodo HttpComponentCreator<TComponent>.Create (String, Int32, Int32, Int32)

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

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HttpComponentCreator<TComponent> Classe

Overload Create

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server