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.