LevelName 属性

Gets the name of the level that contains the Member.

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

语法

声明
Public ReadOnly Property LevelName As String
    Get
用法
Dim instance As Member
Dim value As String

value = instance.LevelName
public string LevelName { get; }
public:
property String^ LevelName {
    String^ get ();
}
member LevelName : string
function get LevelName () : String

属性值

类型:System. . :: . .String
A String that contains the name of the level that contains the Member.