Compartir a través de


Level.LevelType Propiedad

Gets the level type of the Level.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property LevelType As LevelTypeEnum 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Level Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient