OutOfSyncException.UnknownReference Property
Gets the unknown reference on the synchronization.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property UnknownReference As ObjectReference
Get
'Usage
Dim instance As OutOfSyncException
Dim value As ObjectReference
value = instance.UnknownReference
public ObjectReference UnknownReference { get; }
public:
property ObjectReference^ UnknownReference {
ObjectReference^ get ();
}
member UnknownReference : ObjectReference
function get UnknownReference () : ObjectReference
Property Value
Type: Microsoft.AnalysisServices.ObjectReference
The unknown reference on the synchronization.