Compartilhar via


Propriedade do RDL OutOfSyncException.UnknownReference

Gets the unknown reference on the synchronization.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property UnknownReference As ObjectReference 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ObjectReference
The unknown reference on the synchronization.

Consulte também

Referência

OutOfSyncException Classe

Namespace Microsoft.AnalysisServices