FrameworkSqlResourceComponent Constructor (String, Int32, Int32, Int32)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub New ( _
connectionString As String, _
commandTimeout As Integer, _
deadlockPause As Integer, _
maxDeadlockRetries As Integer _
)
protected FrameworkSqlResourceComponent(
string connectionString,
int commandTimeout,
int deadlockPause,
int maxDeadlockRetries
)
protected:
FrameworkSqlResourceComponent(
String^ connectionString,
int commandTimeout,
int deadlockPause,
int maxDeadlockRetries
)
new :
connectionString:string *
commandTimeout:int *
deadlockPause:int *
maxDeadlockRetries:int -> FrameworkSqlResourceComponent
protected function FrameworkSqlResourceComponent(
connectionString : String,
commandTimeout : int,
deadlockPause : int,
maxDeadlockRetries : int
)
Parameters
- connectionString
Type: System.String
- commandTimeout
Type: System.Int32
- deadlockPause
Type: System.Int32
- maxDeadlockRetries
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
FrameworkSqlResourceComponent Class