LevelType propriété
Gets the level type of the Level.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property LevelType As LevelTypeEnum
Get
'Utilisation
Dim instance As Level
Dim value As LevelTypeEnum
value = instance.LevelType
public LevelTypeEnum LevelType { get; }
public:
property LevelTypeEnum LevelType {
LevelTypeEnum get ();
}
member LevelType : LevelTypeEnum
function get LevelType () : LevelTypeEnum
Valeur de la propriété
Type : Microsoft.AnalysisServices.AdomdClient. . :: . .LevelTypeEnum
A LevelTypeEnum enumeration value that represents the level type of the Level.
Voir aussi