This document is archived and information here might be outdated. Recommended version. |
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*
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.