Compartir a través de


OutOfSyncException.UnknownReference Propiedad

Gets the unknown reference on the synchronization.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

OutOfSyncException Clase

Espacio de nombres Microsoft.AnalysisServices