다음을 통해 공유


DimensionAttributeVisualizationProperties.IsFolderDefault 속성

Gets or sets a value that indicates whether this attribute 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 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)

속성 값

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

참고 항목

참조

DimensionAttributeVisualizationProperties 클래스

Microsoft.AnalysisServices 네임스페이스