ImagePath Propiedad
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property ImagePath As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String