共用方式為


QueryTimeoutInternal 屬性

Gets or sets the internal query timeout period in seconds.

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Protected Property QueryTimeoutInternal As Integer
    Get
    Set
'用途
Dim value As Integer

value = Me.QueryTimeoutInternal

Me.QueryTimeoutInternal = value
protected int QueryTimeoutInternal { get; set; }
protected:
property int QueryTimeoutInternal {
    int get ();
    void set (int value);
}
member QueryTimeoutInternal : int with get, set
function get QueryTimeoutInternal () : int
function set QueryTimeoutInternal (value : int)

屬性值

型別:System. . :: . .Int32
A Int32 value that specifies the internal query timeout period.