Proprietà Database.ImagePath

Gets or sets the image path.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property ImagePath As String 
    Get 
    Set
'Utilizzo
Dim instance As Database 
Dim value As String 

value = instance.ImagePath

instance.ImagePath = value
public string ImagePath { get; set; }
public:
property String^ ImagePath {
    String^ get ();
    void set (String^ value);
}
member ImagePath : string with get, set
function get ImagePath () : String 
function set ImagePath (value : String)

Valore proprietà

Tipo: System.String
The image path.

Vedere anche

Riferimento

Database Classe

Spazio dei nomi Microsoft.AnalysisServices