This document is archived and information here might be outdated.  Recommended version.


IDatabaseConnectionInfo3.IsAcceptingConnections Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo3 Interface > IDatabaseConnectionInfo3.IsAcceptingConnections Property
ArcGIS Developer Help

IDatabaseConnectionInfo3.IsAcceptingConnections Property

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(
  Boolean* acceptingConnections
);
[C++]
Parameters
acceptingConnections [in]

acceptingConnections is a parameter of type bool acceptingConnections [out, retval]
acceptingConnections is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

IDatabaseConnectionInfo3 Interface