共用方式為


Member.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.

請參閱

參考

Member 類別

Microsoft.AnalysisServices.AdomdClient 命名空間