DataSource.MaxActiveConnections Property

Gets or sets the maximum number of concurrent connections enabled by an element that is derived from a DataSource object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public int MaxActiveConnections { get; set; }

Property Value

Type: System.Int32
The maximum number of active connections.

See Also

Reference

DataSource Class

Microsoft.AnalysisServices Namespace