Measure.DisplayFolder Property
This member is reserved for future use.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
구문
‘선언
Public ReadOnly Property DisplayFolder As String
public string DisplayFolder { get; }
public:
property String^ DisplayFolder {
String^ get ();
}
/** @property */
public String get_DisplayFolder ()
public function get DisplayFolder () : String
주의
In Microsoft SQL Server 2005 Analysis Services(SSAS), objects can contain hundreds of individual attributes. Users can organize attributes into user-defined folders to view and manage these attributes within the Analysis Services user interface more easily. These folders are called display folders. Display folders can be hierarchically structured; 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 a given object. If the property contains the name of more than one display folder, indicating a hierarchy, each name is separated by a backslash character (\). If this property contains an empty string (""), the object is not associated with a display folder.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
Measure Class
Measure Members
Microsoft.AnalysisServices.AdomdClient Namespace