IReportServerConnection.Timeout 屬性
取得等待伺服器通訊的毫秒數。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
ReadOnly Property Timeout As Integer
Get
'用途
Dim instance As IReportServerConnection
Dim value As Integer
value = instance.Timeout
int Timeout { get; }
property int Timeout {
int get ();
}
abstract Timeout : int
function get Timeout () : int
屬性值
型別:System.Int32
包含等待伺服器通訊之毫秒數的整數值。