Aracılığıyla paylaş


Database.ImagePath Özelliği

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Property ImagePath As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String