Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Property MaxActiveConnections As Integer
Get
Set
'Usage
Dim instance As DataSource
Dim value As Integer
value = instance.MaxActiveConnections
instance.MaxActiveConnections = value
public int MaxActiveConnections { get; set; }
public:
property int MaxActiveConnections {
int get ();
void set (int value);
}
member MaxActiveConnections : int with get, set
function get MaxActiveConnections () : int
function set MaxActiveConnections (value : int)
Eigenschaftswert
Typ: System.Int32
The maximum number of active connections.