Freigeben über


Property-Klasse

Represents a property of various ADOMD.NET objects.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.Property

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class Property _
    Implements IDisposable, IMetadataObject
'Usage
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

Der Property-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets a String representing the name of the Property.
Öffentliche Eigenschaft Type Gets a Type representing the type of the Property.
Öffentliche Eigenschaft UniqueName Gets the unique name of the Property.
Öffentliche Eigenschaft Value Gets an Object representing the value of the Property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the Property.
Öffentliche Methode Dispose Releases all resources used by the Property.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace