ModelMeasureName Interface

Definition

An object representing a measure in the data model.

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

Properties

Application

Returns an Application object that represents the Excel application. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer (int in C#).

MeasureName

String (string in C#) representing the new name a measure which was added to the ModelTable object identified by the TableName property. Read-only.

Parent

Returns an Object (object in C#) that represents the parent object of the specified ModelMeasureName object. Read-only.

TableName

String (string in C#) representing the name of a table in the model for which a measure was added. Read-only.

Applies to