Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.