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


ITemporalWorkspaceStatistics.ConnectionStatus Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalWorkspaceStatistics.ConnectionStatus Property

Indicates the connection status of each workspace under the workspace factory.

[Visual Basic .NET]
Public ReadOnly Property ConnectionStatus As IPropertySet
[C#]
public IPropertySet ConnectionStatus {get;}
[C++]
HRESULT get_ConnectionStatus(
  IPropertySet** ppiConnectionStatus
);
[C++]

Parameters ppiConnectionStatus [out, retval]
ppiConnectionStatus is a parameter of type IPropertySet

Product Availability

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

See Also

ITemporalWorkspaceStatistics Interface