DimensionAttribute.AttributeHierarchyDisplayFolder 속성
Gets or sets the folder in which to display the associated attribute hierarchy.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")> _
Public Property AttributeHierarchyDisplayFolder As String
Get
Set
‘사용 방법
Dim instance As DimensionAttribute
Dim value As String
value = instance.AttributeHierarchyDisplayFolder
instance.AttributeHierarchyDisplayFolder = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")]
public string AttributeHierarchyDisplayFolder { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ AttributeHierarchyDisplayFolder {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")>]
member AttributeHierarchyDisplayFolder : string with get, set
function get AttributeHierarchyDisplayFolder () : String
function set AttributeHierarchyDisplayFolder (value : String)
속성 값
유형: System.String
The folder in which to display the associated attribute hierarchy.