Свойство Database.ImageUrl

Gets or sets the path to an image to display for the database.

Пространство имен:  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
The path to the image to display for the database.

См. также

Справочник

Database Класс

Пространство имен Microsoft.AnalysisServices