Clase LevelProperty
Represents a member property available on members in the level.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.AdomdClient.LevelProperty
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
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
El tipo LevelProperty expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | Determines whether two instances of LevelProperty are equal. (Invalida Object.Equals(Object).) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Invalida Object.GetHashCode().) | |
GetType | (Se hereda de Object.) | |
ToString | Returns a String that represents the current Object. (Invalida Object.ToString().) |
Arriba
Operadores
Nombre | Descripción | |
---|---|---|
Equality | Determines whether two LevelProperty objects are equal. | |
Inequality | Determines whether two LevelProperty objects are not equal. |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.