다음을 통해 공유


Properties, clsMemberProperty

[!참고]

  이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.

An object of ClassType clsMemberProperty implements the following properties. The table also shows whether the property is read/write (R/W) or read-only (R).

Property

Description

Access

Caption

The name of the column that contains the member property in the members and axis schema rowsets

R/W

ClassType

Returns an enumeration constant that identifies the specific object type

R

ColumnSize

The size (in bytes) of the data stored in the column referenced by the SourceColumn property

R/W

ColumnType

The data type of the source column on which the member property is based

R/W

Description

A description of the property

R/W

IsVisible

Indicates whether the member property is visible to client applications

R/W

Language

Identifies the language used

R/W

Name

The name of the member property

R/W (R after the object has been named)

OrdinalPosition

Returns the ordinal position of the clsMemberProperty object in the MemberProperties collection

R

Parent

Returns a reference to the parent Level object

R

PropertyType

Categorizes the content of information provided by the member property

R/W

SourceColumn

The dimension table name and column that contains values for the member property

R/W

SubClassType

Returns an enumeration constant that identifies the subclass type of the object

R