Database.ImagePath プロパティ
画像のパスを取得または設定します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property ImagePath As String
Get
Set
'使用
Dim instance As Database
Dim value As String
value = instance.ImagePath
instance.ImagePath = value
public string ImagePath { get; set; }
public:
property String^ ImagePath {
String^ get ();
void set (String^ value);
}
member ImagePath : string with get, set
function get ImagePath () : String
function set ImagePath (value : String)
プロパティ値
型: System.String
画像のパス。