共用方式為


DataSource.MaxActiveConnections 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property MaxActiveConnections As Integer 
    Get 
    Set
'用途
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)

屬性值

型別:System.Int32
The maximum number of active connections.

請參閱

參考

DataSource 類別

Microsoft.AnalysisServices 命名空間