다음을 통해 공유


Visible 속성

Gets or sets a value that indicates whether a cube can be viewed.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Property Visible As Boolean
    Get
    Set
‘사용 방법
Dim instance As Cube
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
true if the cube is visible; otherwise, false.