Propriedade do RDL Enabled
Gets or sets the enabled status of a CubeHierarchy object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property Enabled As Boolean
Get
Set
'Uso
Dim instance As CubeHierarchy
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
public:
property bool Enabled {
bool get ();
void set (bool value);
}
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the CubeHierarchy is enabled; else false.