Source プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property Source As String
Get
'使用
Dim instance As XmlaMessage
Dim value As String
value = instance.Source
public string Source { get; }
public:
property String^ Source {
String^ get ();
}
member Source : string
function get Source () : String