Hierarchy.DisplayFolder 속성

Gets the fully qualified name of a display folder. This member is reserved for future use.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property DisplayFolder As String 
    Get
‘사용 방법
Dim instance As Hierarchy 
Dim value As String 

value = instance.DisplayFolder
public string DisplayFolder { get; }
public:
property String^ DisplayFolder {
    String^ get ();
}
member DisplayFolder : string
function get DisplayFolder () : String

속성 값

유형: System.String
The fully qualified name of a display folder.

주의

In Analysis Services, objects can contain hundreds of individual attributes. Users can organize attributes into user-defined folders to view and manage these attributes within the SSAS user interface more easily. These folders are called display folders. Display folders can be nested; a display folder can contain other display folders.

The DisplayFolder property contains the fully qualified name of the display folder in which a given object appears. The fully qualified name of a display folder consists of the names of the display folders that represent the path to this object. If the display folders are nested, the property lists the name of each display folder the parent folder contains, separated by backslash characters (\). If the object is not associated with a display folder, this property contains an empty string ("").

참고 항목

참조

Hierarchy 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스