AdomdProperty Class

Represents a property of a command.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdProperty

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

Syntax

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

The AdomdProperty type exposes the following members.

Constructors

  Name Description
Public method AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Public method AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Top

Properties

  Name Description
Public property Name Gets or sets a String representing the name of the AdomdProperty.
Public property Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Public property Parent Gets an Object representing the parent of the AdomdProperty.
Public property Value Gets or sets an Object representing the value of the AdomdProperty.

Top

Methods

  Name Description
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.