ArcObjects Library Reference (GeoDatabase)  

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(
  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

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