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