Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value that indicates whether this measure should be used to represent the contents of its display folder.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property IsFolderDefault As Boolean
Get
Set
'Utilisation
Dim instance As CalculationPropertyVisualizationProperties
Dim value As Boolean
value = instance.IsFolderDefault
instance.IsFolderDefault = value
public bool IsFolderDefault { get; set; }
public:
property bool IsFolderDefault {
bool get ();
void set (bool value);
}
member IsFolderDefault : bool with get, set
function get IsFolderDefault () : boolean
function set IsFolderDefault (value : boolean)
Valeur de propriété
Type : System.Boolean
true to indicate that the attribute should be used to represent the contents of its display folder; otherwise false.