Cube.Visible Özelliği
Alır veya küp görüntülenip görüntülenemeyeceğini gösteren bir değeri ayarlar.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Property Visible As Boolean
Get
Set
'Kullanım
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)
Özellik Değeri
Tür: System.Boolean
doğru , küp görünür; Aksi takdirde, yanlış.