Database.ImageUrl Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2010/engine/200/200")]
[ReadOnlyAttribute(true)]
public string ImageUrl { get; set; }
public:
[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2010/engine/200/200")]
[ReadOnlyAttribute(true)]
property String^ ImageUrl {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2010/engine/200/200")>]
[<ReadOnlyAttribute(true)>]
member ImageUrl : string with get, set
<XmlElementAttribute(IsNullable := False, Namespace := "https://schemas.microsoft.com/analysisservices/2010/engine/200/200")>
<ReadOnlyAttribute(True)>
Public Property ImageUrl As String

Property Value

Type: System.String

The path to the image to display for the database.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top