Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the object that has the error.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property SourceObject As XmlaLocationReference
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.XmlaLocationReference
The object that has the error.