Classe LevelProperty
Represents a member property available on members in the level.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.AdomdServer.LevelProperty
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public NotInheritable Class LevelProperty _
Implements IDisposable, IMetadataObject
'Uso
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
O tipo LevelProperty expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Releases all resources used by the LevelProperty. | |
Dispose | Releases all resources used by the LevelProperty. | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.