Свойство RelationshipEndVisualizationProperties.IsDefaultImage
Gets or sets a value that indicates whether the image is the default image.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property IsDefaultImage As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: System.Boolean
true if the image is set as the default; otherwise, false.