Clase LevelProperty
Represents a member property available on members in the level.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..LevelProperty
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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
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 | |
---|---|---|
{dtor} | Releases all resources used by the LevelProperty. | |
Dispose | Releases all resources used by the LevelProperty. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
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.