다음을 통해 공유


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.dll의 Microsoft.AnalysisServices

구문

‘선언
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
An Integer that indicates the maximum number of active connections.