Microsoft.BizTalk.2006.BAMOLAPCubesBAM OLAP Cubes

Microsoft.BizTalk.2006.BAMOLAPCubes (ClassType)

This is the Server Role that indicates that BAM OLAP Cubes are installed on a machine.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9217b023-fd59-8198-87f5-aeefa9ff55e4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.2006.BAMOLAPCubes:
DatabaseName  string  Database Name This is the name of the database false 256  False 
DatabaseServer  string  Database Server This is the name of the database Server false 256  False 
Name  string  Cube Name This is the name of the Cube true 256  False 
CatalogName  string  Catalog Name This is the name of the Catalog where the Cube resides. true 256  False 
CubeType  string  Cube Type This is the Type of the Cube false 256  False 
LastSchemaUpdate  datetime  Last Schema Update This is the date of last schema update of the Cube false 256   
LastDataUpdate  datetime  Last Data Update This is the date of last Data Update of the Cube false 256   
IsDrillThroughEnabled  bool  Drill Through Enabled This tell if the Cube is Drill through enabled false 256   
IsLinkable  bool  Linkable This tell is Cube is Linkable false 256   
IsWriteEnabled  bool  Write Enabled This tell if the Cube is writable false 256   
IsSQLEnabled  bool  SQL Enabled This tell if the cube is SQL enabled false 256   
CubeCaption  string  Cube Caption This is the Caption of the Cube false 256  False 
CubeSource  string  Cube Source This is the Source of the Cube false 256  False 
Dimensions  string  Dimensions This are the Dimensions of the Cube false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.2006.BAMOLAPCubes" Accessibility="Public" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Abstract="false" Singleton="false">
<Property ID="DatabaseName" Type="string"/>
<Property ID="DatabaseServer" Type="string"/>
<Property ID="Name" Type="string" Key="true"/>
<Property ID="CatalogName" Type="string" Key="true"/>
<Property ID="CubeType" Type="string"/>
<Property ID="LastSchemaUpdate" Type="datetime"/>
<Property ID="LastDataUpdate" Type="datetime"/>
<Property ID="IsDrillThroughEnabled" Type="bool"/>
<Property ID="IsLinkable" Type="bool"/>
<Property ID="IsWriteEnabled" Type="bool"/>
<Property ID="IsSQLEnabled" Type="bool"/>
<Property ID="CubeCaption" Type="string"/>
<Property ID="CubeSource" Type="string"/>
<Property ID="Dimensions" Type="string"/>
</ClassType>