This document is archived and information here might be outdated. Recommended version. |
Indicates if the replica is a check-out.
[Visual Basic .NET]
Public Property SingleGeneration As Boolean
[C#]
public bool SingleGeneration {get; set;}
[C++]
HRESULT get_SingleGeneration(
VARIANT_BOOL SingleGeneration
);
[C++]
HRESULT put_SingleGeneration(
Boolean* SingleGeneration
);
[C++] Parameters SingleGeneration [in]
SingleGeneration is a parameter of type bool SingleGeneration [out, retval]
SingleGeneration is a parameter of type bool*
Returns TRUE if the replica is a check-out replica (single generation replica). Returns FALSE if replica is either a two way or one way replica.