ArcObjects Library Reference (GeoDatabaseDistributed)  

IReplicaDataChanges.Workspace Property

The workspace holding the replica from which the changes are being reported.

[Visual Basic .NET]
Public ReadOnly Property Workspace As IWorkspace
[C#]
public IWorkspace Workspace {get;}
[C++]
HRESULT get_Workspace(
  IWorkspace** pWorkspace
);
[C++]

Parameters

pWorkspace [out, retval]

  pWorkspace is a parameter of type IWorkspace

Product Availability

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

Remarks

Returns a workspace object which references the replica geodatabase that is the source of the changes.

See Also

IReplicaDataChanges Interface