Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the image unique identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ImageUniqueID As String
Get
Set
'Usage
Dim instance As Database
Dim value As String
value = instance.ImageUniqueID
instance.ImageUniqueID = value
public string ImageUniqueID { get; set; }
public:
property String^ ImageUniqueID {
String^ get ();
void set (String^ value);
}
member ImageUniqueID : string with get, set
function get ImageUniqueID () : String
function set ImageUniqueID (value : String)
Property Value
Type: System.String
The image unique identifier.