Specify the maximum number of Connect connections to allow.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConnectMaxConnections() As Integer |
[C#] |
---|
public int ConnectMaxConnections {get; set;} |
[Managed C++] |
---|
public: __property int get_ConnectMaxConnections(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConnectMaxConnections( long * pVal ); public: HRESULT put_ConnectMaxConnections( long newVal ); |
[Java] |
---|
public int getConnectMaxConnections(); public void setConnectMaxConnections( int ); |