Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether this image is used to represent a record.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property IsDefaultImage As Boolean
Get
Set
'Usage
Dim instance As DimensionAttributeVisualizationProperties
Dim value As Boolean
value = instance.IsDefaultImage
instance.IsDefaultImage = value
public bool IsDefaultImage { get; set; }
public:
property bool IsDefaultImage {
bool get ();
void set (bool value);
}
member IsDefaultImage : bool with get, set
function get IsDefaultImage () : boolean
function set IsDefaultImage (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true to indicate that the image is used to represent a record; otherwise, false.