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

Excel アプリケーションを Application 表す オブジェクトを返します。 読み取り専用です。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。

MeasureName

プロパティによってTableName識別されるオブジェクトに追加ModelTableされたメジャーの新しい名前を表す文字列 (C#の文字列)。 読み取り専用です。

Parent

指定ModelMeasureNameしたオブジェクトの親オブジェクトを表す Object (C#のオブジェクト) を返します。 読み取り専用です。

TableName

メジャーが追加されたモデル内のテーブルの名前を表す文字列 (C#の文字列)。 読み取り専用です。

適用対象