DataSource.MaxActiveConnections Property

 

Applies To: SQL Server 2016 Preview

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

[DefaultValueAttribute(10)]
public int MaxActiveConnections { get; set; }
public:
[DefaultValueAttribute(10)]
property int MaxActiveConnections {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(10)>]
member MaxActiveConnections : int with get, set
<DefaultValueAttribute(10)>
Public Property MaxActiveConnections As Integer

Property Value

Type: System.Int32

The maximum number of active connections.

See Also

DataSource Class
Microsoft.AnalysisServices Namespace

Return to top