IMetadataObject 接口
Defines an abstract class that provides the Name and UniqueName properties for metadata objects in Microsoft.AnalysisServices.AdomdServer.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Interface IMetadataObject
用法
Dim instance As IMetadataObject
public interface IMetadataObject
public interface class IMetadataObject
type IMetadataObject = interface end
public interface IMetadataObject
IMetadataObject 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Name | Gets the name for the IMetadataObject. |
![]() |
UniqueName | Gets the unique name for the IMetadataObject. |
页首