AggregationInstance 생성자

정의

오버로드

AggregationInstance()

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

AggregationInstance(String)

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

AggregationInstance(String, String)

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

AggregationInstance()

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

public AggregationInstance ();
Public Sub New ()

적용 대상

AggregationInstance(String)

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

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

매개 변수

name
String

AggregationInstance의 이름입니다.

적용 대상

AggregationInstance(String, String)

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

public AggregationInstance (string name, string id);
new Microsoft.AnalysisServices.AggregationInstance : string * string -> Microsoft.AnalysisServices.AggregationInstance
Public Sub New (name As String, id As String)

매개 변수

name
String

AggregationInstance의 이름입니다.

id
String

AggregationInstance에 대한 고유 식별자입니다.

적용 대상