Partager via


Propriété Database.ImageVersion

Gets or sets the version of the image in the database.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ImageVersion As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The version of the image in the database.

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.AnalysisServices