Właściwość Database.ImageUrl
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Property ImageUrl As String
Get
Set
'Użycie
Dim instance As Database
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public string ImageUrl { get; set; }
public:
property String^ ImageUrl {
String^ get ();
void set (String^ value);
}
member ImageUrl : string with get, set
function get ImageUrl () : String
function set ImageUrl (value : String)
Wartość właściwości
Typ: System.String