ModelMeasureName 接口

定义

一个 对象,表示数据模型中的度量值。

public interface class ModelMeasureName
[System.Runtime.InteropServices.Guid("000244E9-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelMeasureName
Public Interface ModelMeasureName
属性

属性

Application

返回表示 Application Excel 应用程序的 对象。 此为只读属性。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 C#) 中的只读 整数 (int

MeasureName

C # 中的 字符串 (字符串 ) 表示新名称的度量值,该度量值已添加到 ModelTable 由 属性标识 TableName 的对象。 此为只读属性。

Parent

在 C# ) 中返回一个 Object (对象 ,该对象表示指定 ModelMeasureName 对象的父对象。 此为只读属性。

TableName

C # 中的字符串 (字符串 ) 表示为其添加度量值的模型中表的名称。 此为只读属性。

适用于