Member.LevelName Propiedad
Gets the name of the level that contains the Member.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property LevelName As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String that contains the name of the level that contains the Member.