Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the image path.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ImagePath As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The image path.