IMetadataObject Interface

Defines an abstract class that provides the Name and UniqueName methods for metadata objects in Microsoft.AnalysisServices.AdomdServer.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Interface IMetadataObject
'Usage
Dim instance As IMetadataObject
public interface IMetadataObject
public interface class IMetadataObject
type IMetadataObject =  interface end
public interface IMetadataObject

The IMetadataObject type exposes the following members.

Properties

  Name Description
Public property Name
Public property UniqueName

Top