Level.LevelType 属性

Gets the level type of the Level.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property LevelType As LevelTypeEnum 
    Get
用法
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

属性值

类型:Microsoft.AnalysisServices.AdomdServer.LevelTypeEnum
A LevelTypeEnum enumeration value that represents the level type of the Level.

请参阅

参考

Level 类

Microsoft.AnalysisServices.AdomdServer 命名空间