Enabled propriété
Gets or sets the enabled status of a CubeHierarchy object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Enabled As Boolean
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Boolean
true if the CubeHierarchy is enabled; else false.
Voir aussi