共用方式為


LevelProperty 類別

Represents a member property available on members in the level.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public NotInheritable Class LevelProperty _
    Implements ISubordinateObject
'用途
Dim instance As LevelProperty
public sealed class LevelProperty : ISubordinateObject
public ref class LevelProperty sealed : ISubordinateObject
[<SealedAttribute>]
type LevelProperty =  
    class
        interface ISubordinateObject
    end
public final class LevelProperty implements ISubordinateObject

備註

The LevelProperty represents the definition of a member property for members in a given level. The LevelProperty differs from the MemberProperty in that the LevelProperty contains metadata representing a member property, and the MemberProperty contains data represented by a member property.

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..LevelProperty

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。