共用方式為


Timeout 屬性

Gets or sets the length of time (in seconds) that the report server waits for a query to return results before abandoning the query attempt.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Property Timeout As Integer
    Get
    Set
'用途
Dim instance As QueryDefinition
Dim value As Integer

value = instance.Timeout

instance.Timeout = value
public int Timeout { get; set; }
public:
property int Timeout {
    int get ();
    void set (int value);
}
member Timeout : int with get, set
function get Timeout () : int
function set Timeout (value : int)

屬性值

型別:System. . :: . .Int32
An Integer value.