SqlOlapConnectionInfoBase.QueryTimeout Property

Gets or sets the number of seconds before a query times out.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public Property QueryTimeout As Integer 
    Get 
    Set
'Usage
Dim instance As SqlOlapConnectionInfoBase 
Dim value As Integer 

value = instance.QueryTimeout

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

Property Value

Type: Int32
A Int32 value that specifies the query timeout period.

See Also

Reference

SqlOlapConnectionInfoBase Class

Microsoft.SqlServer.Management.Common Namespace