Classe LevelProperty
Represents a member property available on members in the level.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..LevelProperty
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public NotInheritable Class LevelProperty
'Uso
Dim instance As LevelProperty
public sealed class LevelProperty
public ref class LevelProperty sealed
[<SealedAttribute>]
type LevelProperty = class end
public final class LevelProperty
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 | |
---|---|---|
Equals | Determines whether two instances of LevelProperty are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a String that represents the current Object. (Substitui Object. . :: . .ToString() () () ().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality | Determines whether two LevelProperty objects are equal. | |
Inequality | Determines whether two LevelProperty objects are not equal. |
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.