Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the time to wait, while trying to establish a connection, before terminating the attempt and generating an error.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblys: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
ReadOnly Property ConnectionTimeout As Integer
Get
'Usage
Dim instance As IDbConnection
Dim value As Integer
value = instance.ConnectionTimeout
int ConnectionTimeout { get; }
property int ConnectionTimeout {
int get ();
}
abstract ConnectionTimeout : int
function get ConnectionTimeout () : int
Eigenschaftswert
Typ: System.Int32
Hinweise
A value of 0 indicates no limit to the wait time, rather than no wait time, and should be avoided in a ConnectionString because it would cause the connection to attempt to wait indefinitely.
Property Values
The time (in seconds) to wait for a connection to open. The default value is 15 seconds.