Measure 클래스

정의

집계를 구할 fact 특성을 정의합니다. 이 클래스는 상속될 수 없습니다.

[System.Runtime.InteropServices.Guid("0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public sealed class Measure : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.Runtime.InteropServices.Guid("0BFFF8F1-34F2-4408-8218-29E5D6E66014")>]
type Measure = class
    inherit NamedComponent
    interface ICloneable
Public NotInheritable Class Measure
Inherits NamedComponent
Implements ICloneable
상속
특성
구현

생성자

Measure()

기본값을 사용하는 Measure의 새 인스턴스를 초기화합니다.

Measure(String)

지정된 이름을 사용하여 Measure의 새 인스턴스를 초기화합니다.

Measure(String, String)

지정한 이름과 식별자를 사용하여 Measure의 새 인스턴스를 초기화합니다.

필드

MaxIDLength

식별자의 최대 길이를 지정합니다.

(다음에서 상속됨 NamedComponent)
MaxNameLength

이름의 최대 길이를 지정합니다.

(다음에서 상속됨 NamedComponent)

속성

AggregateFunction

현재 측정값에 적용되는 집계 함수를 가져오거나 설정합니다.

Annotations

사용자 지정 데이터를 저장할 수 있는 컬렉션을 가져옵니다.

(다음에서 상속됨 ModelComponent)
BackColor

Measure의 표시에 대한 BackColor를 가져오거나 설정합니다.

DataType

현재 측정값 데이터 형식을 가져오거나 설정합니다.

Description

구성 요소에 대한 설명을 가져오거나 설정합니다.

(다음에서 상속됨 NamedComponent)
DisplayFolder

클라이언트에서 사용할 Measure의 DisplayFolder 정보를 가져오거나 설정합니다.

FontFlags

클라이언트에서 사용할 Measure의 FontFlags 정보를 가져오거나 설정합니다.

FontName

클라이언트에서 사용할 Measure의 FontName 정보를 가져오거나 설정합니다.

FontSize

클라이언트에서 사용할 Measure의 FontSize 정보를 가져오거나 설정합니다.

ForeColor

클라이언트에서 사용할 Measure의 ForeColor 정보를 가져오거나 설정합니다.

FormatString

클라이언트에서 사용할 Measure의 FormatString 정보를 가져오거나 설정합니다.

FriendlyName

구성 요소에 알기 쉬운 이름을 가져옵니다.

(다음에서 상속됨 NamedComponent)
ID

구성 요소의 식별자를 가져오거나 설정합니다.

(다음에서 상속됨 NamedComponent)
IsLinked

현재 측정값이 연결되어 있는지 여부를 나타내는 값을 가져옵니다.

KeyForCollection

컬렉션에서 사용되는 키를 가져옵니다.

(다음에서 상속됨 NamedComponent)
MeasureExpression

측정값 식을 가져오거나 설정합니다.

Name

구성 요소의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 NamedComponent)
OwningCollection

ModelComponent가 포함된 컬렉션을 가져오거나 설정합니다.

(다음에서 상속됨 ModelComponent)
Parent

Measure 개체의 부모 MeasureGroup 개체를 가져옵니다.

ParentCube

Measure 개체의 부모 Cube 개체를 가져옵니다.

ParentDatabase

Measure 개체의 부모 Database 개체를 가져옵니다.

ParentServer

Measure 개체의 부모 Server 개체를 가져옵니다.

Site

구성 요소와 연결된 사이트를 가져오거나 설정합니다.

(다음에서 상속됨 NamedComponent)
SiteID

구성 요소에 연결된 사이트의 식별자를 가져오거나 설정합니다.

(다음에서 상속됨 NamedComponent)
Source

현재 측정값에 대한 원본 데이터 항목을 가져오거나 설정합니다.

Translations

현재 측정값에 대한 변환의 컬렉션을 가져옵니다.

Visible

Measure가 클라이언트에 표시 되어야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

AddToContainer(IContainer)

지정된 컨테이너에 ModelComponent 개체를 추가합니다.

(다음에서 상속됨 ModelComponent)
AfterInsert(Int32)

지정된 인덱스에 추가한 후에 ModelComponent 개체를 표시합니다.

(다음에서 상속됨 ModelComponent)
AfterMove(Int32, Int32)

지정된 인덱스로 이동한 후에 ModelComponent 개체를 표시합니다.

(다음에서 상속됨 ModelComponent)
AfterRemove(ModelComponentCollection)

ModelComponent 개체를 제거한 후에 ModelComponentCollection을 표시합니다.

(다음에서 상속됨 ModelComponent)
BeforeRemove(Boolean)

정리하기 전에 ModelComponent 개체를 제거합니다.

(다음에서 상속됨 ModelComponent)
Clone()

개체의 복제본을 반환합니다.

CopyTo(Measure)

이 개체의 내용을 다른 개체(대상)에 복사합니다.

CopyTo(ModelComponent)

ModelComponent 개체를 지정한 개체에 복사합니다.

(다음에서 상속됨 ModelComponent)
CopyTo(NamedComponent)

NamedComponent 개체를 지정한 개체에 복사합니다.

(다음에서 상속됨 NamedComponent)
RemoveFromContainer(IContainer)

지정된 컨테이너에서 ModelComponent 개체를 제거합니다.

(다음에서 상속됨 ModelComponent)
Reset()

구성 요소를 초기 상태로 다시 설정합니다.

(다음에서 상속됨 NamedComponent)
Submit()

ModelComponent 개체를 전송합니다.

(다음에서 상속됨 ModelComponent)
Submit(Boolean)

ModelComponent 개체를 전송합니다.

(다음에서 상속됨 ModelComponent)
ToString()

명명된 구성 요소를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 NamedComponent)
Validate(ValidationErrorCollection)

이 메서드가 추가되는 요소의 유효성을 확인하고 컬렉션에서 발견된 오류를 반환합니다.

(다음에서 상속됨 ModelComponent)
Validate(ValidationErrorCollection, Boolean)

이 메서드가 추가되는 요소의 유효성을 확인하고 컬렉션에서 발견된 오류를 반환합니다. 자세한 오류를 반환하도록 하는 매개 변수도 포함합니다.

(다음에서 상속됨 ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

Measure가 올바른지 여부를 결정합니다.

명시적 인터페이스 구현

ICloneable.Clone()

집계를 구할 fact 특성을 정의합니다. 이 클래스는 상속될 수 없습니다.

IFormattable.ToString(String, IFormatProvider)

집계를 구할 fact 특성을 정의합니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 NamedComponent)
IHostableComponent.Host

집계를 구할 fact 특성을 정의합니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponent)
IModelComponent.FriendlyPath

집계를 구할 fact 특성을 정의합니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponent)
IModelComponent.OwningCollection

집계를 구할 fact 특성을 정의합니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponent)

적용 대상