Measure.Visible プロパティ
Measure をクライアントに対して表示するかどうかを取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property Visible As Boolean
Get
Set
'使用
Dim instance As Measure
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public bool Visible { get; set; }
public:
property bool Visible {
bool get ();
void set (bool value);
}
member Visible : bool with get, set
function get Visible () : boolean
function set Visible (value : boolean)
プロパティ値
型: System.Boolean
Measure を表示する場合は true、表示しない場合は false です。
説明
既定値は true です。