Proprietà Level.LevelType

Gets the level type of the Level.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LevelType As LevelTypeEnum 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum
A LevelTypeEnum enumeration value that represents the level type of the Level.

Vedere anche

Riferimento

Level Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient