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 version of the image in the database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ImageVersion As String
Get
Set
'Usage
Dim instance As Database
Dim value As String
value = instance.ImageVersion
instance.ImageVersion = value
public string ImageVersion { get; set; }
public:
property String^ ImageVersion {
String^ get ();
void set (String^ value);
}
member ImageVersion : string with get, set
function get ImageVersion () : String
function set ImageVersion (value : String)
Property Value
Type: System.String
The version of the image in the database.