Classe LevelProperty
Represents a member property available on members in the level.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..LevelProperty
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class LevelProperty
'Utilizzo
Dim instance As LevelProperty
public sealed class LevelProperty
public ref class LevelProperty sealed
[<SealedAttribute>]
type LevelProperty = class end
public final class LevelProperty
Nel tipo LevelProperty sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determines whether two instances of LevelProperty are equal. Esegue l'override di Object. . :: . .Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () (). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Returns a String that represents the current Object. Esegue l'override di Object. . :: . .ToString() () () (). |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
Equality | Determines whether two LevelProperty objects are equal. | |
Inequality | Determines whether two LevelProperty objects are not equal. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.