DimensionAttributeVisualizationProperties.IsDefaultImage プロパティ
レコードがこの画像を使用して表現されるかどうかを示す値を取得または設定します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property IsDefaultImage As Boolean
Get
Set
'使用
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)
プロパティ値
型: System.Boolean
レコードがこの画像を使用して表現される場合は true、それ以外の場合は false です。