Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the path to an image to display for the database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ImageUrl As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The path to the image to display for the database.