Proprietà LevelName
Gets the name of the level that contains the Member.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LevelName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String that contains the name of the level that contains the Member.