Database.ImageUniqueID Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public string ImageUniqueID { get; set; }
public:
property String^ ImageUniqueID {
    String^ get();
    void set(String^ value);
}
member ImageUniqueID : string with get, set
Public Property ImageUniqueID As String

Property Value

Type: System.String

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top