Compartir a través de


DataSource.MaxActiveConnections Property

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

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<DefaultValueAttribute(10)> _
Public Property MaxActiveConnections As Integer
[DefaultValueAttribute(10)] 
public int MaxActiveConnections { get; set; }
[DefaultValueAttribute(10)] 
public:
property int MaxActiveConnections {
    int get ();
    void set (int value);
}
/** @property */
public int get_MaxActiveConnections ()

/** @property */
public void set_MaxActiveConnections (int value)
public function get MaxActiveConnections () : int

public function set MaxActiveConnections (value : int)

Valor de propiedad

An Integer that indicates the maximum number of active connections.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DataSource Class
DataSource Members
Microsoft.AnalysisServices Namespace