Property Class

Represents a property of various ADOMD.NET objects.

Inheritance Hierarchy

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

The Property type exposes the following members.

Properties

  Name Description
Public property Name Gets a String representing the name of the Property.
Public property Type Gets a Type representing the type of the Property.
Public property UniqueName
Public property Value Gets an Object representing the value of the Property.

Top

Methods

  Name Description
Public method {dtor} Releases all resources used by the Property.
Public method Dispose Releases all resources used by the Property.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.