AdomdProperty Class
Updated: March 10, 2016
Represents a property of a command.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | AdomdProperty(String^, Object^) | Initializes a new instance of the AdomdProperty class with the name and value of the property. |
![]() | AdomdProperty(String^, String^, Object^) | Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets a String representing the name of the AdomdProperty. |
![]() | Namespace | Gets or sets a String representing the namespace of the AdomdProperty. |
![]() | Parent | Gets an Object representing the parent of the AdomdProperty. |
![]() | Value | Gets or sets an Object representing the value of the AdomdProperty. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

