Condividi tramite


Proprietà XmlaMessageLocation.SourceObject

Gets the object that has the error.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SourceObject As XmlaLocationReference 
    Get
'Utilizzo
Dim instance As XmlaMessageLocation 
Dim value As XmlaLocationReference 

value = instance.SourceObject
public XmlaLocationReference SourceObject { get; }
public:
property XmlaLocationReference^ SourceObject {
    XmlaLocationReference^ get ();
}
member SourceObject : XmlaLocationReference
function get SourceObject () : XmlaLocationReference

Valore proprietà

Tipo: Microsoft.AnalysisServices.XmlaLocationReference
The object that has the error.

Vedere anche

Riferimento

XmlaMessageLocation Classe

Spazio dei nomi Microsoft.AnalysisServices