Level.LevelProperties Property
Gets a LevelPropertyCollection that contains a collection of member properties for the Level.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LevelProperties As LevelPropertyCollection
public LevelPropertyCollection LevelProperties { get; }
public:
property LevelPropertyCollection^ LevelProperties {
LevelPropertyCollection^ get ();
}
/** @property */
public LevelPropertyCollection get_LevelProperties ()
public function get LevelProperties () : LevelPropertyCollection
Valore proprietà
A LevelPropertyCollection that contains a collection of level properties for the Level.
Osservazioni
In Microsoft SQL Server 2005 Analysis Services (SSAS), a dimension attribute can have a set of related attributes that depend on the dimension attribute. If you use a dimension attribute with related attributes to construct a level in a hierarchy, the related attributes are called member properties. These properties provide additional data to members within the level.
Level properties differ from member properties in that level properties contain the names and metadata associated with the member properties available on the members within that level, while member properties contain the actual data.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Level Class
Level Members
Microsoft.AnalysisServices.AdomdClient Namespace