Property Class
Represents a property of various ADOMD.NET objects.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class Property _
Implements IDisposable, IMetadataObject
'Usage
Dim instance As [Property]
public sealed class Property : IDisposable,
IMetadataObject
public ref class Property sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type Property =
class
interface IDisposable
interface IMetadataObject
end
public final class Property implements IDisposable, IMetadataObject
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdServer.Property
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.