This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo3 Interface > IDatabaseConnectionInfo3.IsAcceptingConnections Property (ArcObjects .NET 10.4 SDK) |
Is the database accepting connections.
[Visual Basic .NET] Public Property IsAcceptingConnections As Boolean
[C#] public bool IsAcceptingConnections {get; set;}
[C++]
HRESULT get_IsAcceptingConnections(
VARIANT_BOOL* acceptingConnections
);
[C++]
HRESULT put_IsAcceptingConnections(
VARIANT_BOOL acceptingConnections
);
[C++]
Parameters acceptingConnections [out, retval] acceptingConnections is a parameter of type VARIANT_BOOL acceptingConnections [in] acceptingConnections is a parameter of type VARIANT_BOOL
This property controls if the Enterprise Geodatabase is accepting new connections. If set to False the Enterprise Geodatabase will block any new connections from users who are not the Geodatabase Administrator. You must be the Geodatabase Administrator to alter this property.