Propriété Database.ImageUrl

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ImageUrl As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The path to the image to display for the database.

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.AnalysisServices