DataSource.MaxActiveConnections Property

Definition

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

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataSource_MaxActiveConnections")]
public int MaxActiveConnections { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataSource_MaxActiveConnections")>]
member this.MaxActiveConnections : int with get, set
Public Property MaxActiveConnections As Integer

Property Value

Int32

The maximum number of active connections.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to