Classe LevelProperty
Represents a member property available on members in the level.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public NotInheritable Class LevelProperty _
Implements ISubordinateObject
'Utilisation
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
Notes
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.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..LevelProperty
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.