共用方式為


ConnectionTimeout 屬性

Gets the time to wait, while trying to establish a connection, before terminating the attempt and generating an error.

命名空間:  Microsoft.ReportingServices.DataProcessing
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
ReadOnly Property ConnectionTimeout As Integer
    Get
'用途
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

屬性值

型別:System. . :: . .Int32

備註

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.