DisplayFolder 屬性
Gets or sets the display folder associated with the Hierarchy object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")> _
Public Property DisplayFolder As String
Get
Set
'用途
Dim instance As Hierarchy
Dim value As String
value = instance.DisplayFolder
instance.DisplayFolder = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")]
public string DisplayFolder { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ DisplayFolder {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")>]
member DisplayFolder : string with get, set
function get DisplayFolder () : String
function set DisplayFolder (value : String)
屬性值
型別:System. . :: . .String
The name of the display folder.