Classe LevelProperty
Represents a member property available on members in the level.
System.Object
Microsoft.AnalysisServices.AdomdServer.LevelProperty
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
'Déclaration
Public NotInheritable Class LevelProperty _
Implements IDisposable, IMetadataObject
'Utilisation
Dim instance As LevelProperty
public sealed class LevelProperty : IDisposable,
IMetadataObject
public ref class LevelProperty sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type LevelProperty =
class
interface IDisposable
interface IMetadataObject
end
public final class LevelProperty implements IDisposable, IMetadataObject
Le type LevelProperty expose les membres suivants.
Nom | Description | |
---|---|---|
![]() |
Caption | Gets the caption of the LevelProperty. |
![]() |
Description | Gets the description of the LevelProperty. |
![]() |
Name | Gets the name of the LevelProperty. |
![]() |
ParentLevel | Gets a Level that contains the LevelProperty. |
![]() |
UniqueName | Gets the fully-qualified name of the LevelProperty. |
Haut de la page
Nom | Description | |
---|---|---|
![]() |
{dtor} | Releases all resources used by the LevelProperty. |
![]() |
Dispose | Releases all resources used by the LevelProperty. |
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
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.
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.