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 a value that indicates whether the image is the default image.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property IsDefaultImage As Boolean
Get
Set
'Usage
Dim instance As RelationshipEndVisualizationProperties
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)
Property Value
Type: System.Boolean
true if the image is set as the default; otherwise, false.