Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether this attribute should be used to represent the contents of its display folder.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property IsFolderDefault As Boolean
Get
Set
'Usage
Dim instance As DimensionAttributeVisualizationProperties
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)
Eigenschaftswert
Typ: System.Boolean
true to indicate that the attribute should be used to represent the contents of its display folder; otherwise false.