OlapInfoProperty Class

Represents metadata pertaining to hierarchy, cell, and cube objects that are contained in an OlapInfoProperty.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty

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

Syntax

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

The OlapInfoProperty type exposes the following members.

Properties

  Name Description
Public property Name Gets a String that represents the name of the property represented by OlapInfoProperty.
Public property Namespace Gets a String that represents the namespace of the property represented by OlapInfoProperty.
Public property Type Gets a Type that represents the type of the property represented by OlapInfoProperty.

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.