Property Class

Represents a property of various ADOMD.NET objects.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.Property

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class Property
'Usage
Dim instance As [Property]
public sealed class Property
public ref class Property sealed
[<SealedAttribute>]
type Property =  class end
public final class Property

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 Value Gets an Object representing the value of the Property.

Top

Methods

  Name Description
Public method Equals Determines whether two instances of an Object are equal. (Overrides Object.Equals(Object).)
Public method GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method ToString Returns a String that represents the current Property. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified instances of Property are equal.
Public operatorStatic member Inequality Determines whether two specified instances of Property are not equal.

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.

See Also

Reference

Microsoft.AnalysisServices.AdomdClient Namespace