Propriedade MaxActiveConnections
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 (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property MaxActiveConnections As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Int32
An Integer that indicates the maximum number of active connections.
Consulte também