System.AnalysisServicesSettings.AnalysisLibraryFolderAnalysis Library Folder

System.AnalysisServicesSettings.AnalysisLibraryFolder (ClassType)

Represents a network folder containing reports that show up in the Service Manager Analysis Library

Element properties:

Base ClassSystem.GlobalSetting
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId95f4d355-7196-0f34-69ab-bd26f7186a60

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
System.AnalysisServicesSettings.AnalysisLibraryFolder:
ID  string      true 256  False  {0} 
Description  string  Description false 256  False   
Path  string  UNC Path false 256  False   

Health Model:

Source Code:

<ClassType ID="System.AnalysisServicesSettings.AnalysisLibraryFolder" Accessibility="Public" Base="AdminItem!System.GlobalSetting" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" AutoIncrement="true" DefaultValue="{0}" Key="true"/>
<Property ID="Description" Type="string"/>
<Property ID="Path" Type="string"/>
</ClassType>