AdomdProperty Class
Represents a property of a command.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class AdomdProperty _
Implements IXmlaProperty, IXmlaPropertyKey
'Usage
Dim instance As AdomdProperty
public sealed class AdomdProperty : IXmlaProperty,
IXmlaPropertyKey
public ref class AdomdProperty sealed : IXmlaProperty,
IXmlaPropertyKey
[<SealedAttribute>]
type AdomdProperty =
class
interface IXmlaProperty
interface IXmlaPropertyKey
end
public final class AdomdProperty implements IXmlaProperty, IXmlaPropertyKey
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdClient.AdomdProperty
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.