Classe Property

Represents a property of various ADOMD.NET objects.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.Property

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Property _
    Implements IDisposable, IMetadataObject
'Utilizzo
Dim instance As [Property]
public sealed class Property : IDisposable, 
    IMetadataObject
public ref class Property sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type Property =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class Property implements IDisposable, IMetadataObject

Nel tipo Property sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets a String representing the name of the Property.
Proprietà pubblica Type Gets a Type representing the type of the Property.
Proprietà pubblica UniqueName Gets the unique name of the Property.
Proprietà pubblica Value Gets an Object representing the value of the Property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the Property.
Metodo pubblico Dispose Releases all resources used by the Property.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer