共用方式為


DisplayFolder 屬性

Gets or sets the folder in which to list the parent CalculationProperty object.

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

語法

'宣告
Public Property DisplayFolder As String
    Get
    Set
'用途
Dim instance As CalculationProperty
Dim value As String

value = instance.DisplayFolder

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

屬性值

型別:System. . :: . .String
The display folder path.