Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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