Path プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
ReadOnly Property Path As String
Get
'使用
Dim instance As IMajorObject
Dim value As String
value = instance.Path
string Path { get; }
property String^ Path {
String^ get ();
}
abstract Path : string
function get Path () : String