Compartir a través de


Database.ImageVersion Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property ImageVersion As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Database Clase

Espacio de nombres Microsoft.AnalysisServices