CalculationPropertyVisualizationProperties.IsFolderDefault 属性

Gets or sets a value that indicates whether this measure should be used to represent the contents of its display folder.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property IsFolderDefault As Boolean 
    Get 
    Set
用法
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)

属性值

类型:System.Boolean
true to indicate that the attribute should be used to represent the contents of its display folder; otherwise false.

请参阅

参考

CalculationPropertyVisualizationProperties 类

Microsoft.AnalysisServices 命名空间