CustomDataSourceProvider.QueryTimeoutSeconds Property

Gets the timeout period for the data source, which is defined by an application setting.

Namespace:  Microsoft.PerformancePoint.Scorecards.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property QueryTimeoutSeconds As Integer
    Get
'Usage
Dim instance As CustomDataSourceProvider
Dim value As Integer

value = instance.QueryTimeoutSeconds
public virtual int QueryTimeoutSeconds { get; }

Property Value

Type: System.Int32
The timeout period for the data source, which is defined by an application setting.

See Also

Reference

CustomDataSourceProvider Class

CustomDataSourceProvider Members

Microsoft.PerformancePoint.Scorecards.Extensions Namespace