Database.ImageUniqueID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the image unique identifier.

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

Syntax

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

Property Value

Type: System.String

The image unique identifier.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top