AggregationDesignAttribute 생성자

정의

오버로드

AggregationDesignAttribute()

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

AggregationDesignAttribute(String)

지정한 특성 식별자를 사용하여 AggregationDesignAttribute의 새 인스턴스를 초기화합니다.

AggregationDesignAttribute()

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

public AggregationDesignAttribute ();
Public Sub New ()

적용 대상

AggregationDesignAttribute(String)

지정한 특성 식별자를 사용하여 AggregationDesignAttribute의 새 인스턴스를 초기화합니다.

public AggregationDesignAttribute (string attributeId);
new Microsoft.AnalysisServices.AggregationDesignAttribute : string -> Microsoft.AnalysisServices.AggregationDesignAttribute
Public Sub New (attributeId As String)

매개 변수

attributeId
String

AggregationDesignAttribute에 대한 고유 식별자가 포함된 문자열입니다.

적용 대상