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.