SourceObject プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property SourceObject As XmlaLocationReference
Get
'使用
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