ImagePath 属性

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property ImagePath As String
    Get
    Set
用法
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)

属性值

类型:System. . :: . .String