共用方式為


Measure.DisplayFolder 屬性

This member is reserved for future use.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property DisplayFolder As String 
    Get
'用途
Dim instance As Measure 
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 the display folders.

備註

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.

請參閱

參考

Measure 類別

Microsoft.AnalysisServices.AdomdClient 命名空間