Compartir a través de


RelationshipEndVisualizationProperties.IsDefaultImage Propiedad

Gets or sets a value that indicates whether the image is the default image.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property IsDefaultImage As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
true if the image is set as the default; otherwise, false.

Vea también

Referencia

RelationshipEndVisualizationProperties Clase

Espacio de nombres Microsoft.AnalysisServices