Свойство LevelName
Gets the name of the level that contains the Member.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.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.