Classe LevelProperty
Represents a member property available on members in the level.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class LevelProperty _
Implements IDisposable, IMetadataObject
'Utilizzo
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
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.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..LevelProperty
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche