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 | |
---|---|---|
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. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.