Assembly 생성자

정의

오버로드

Assembly()

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

Assembly(String)

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

Assembly(String, String)

이름 및 ID를 사용하여 Assembly 클래스의 새 인스턴스를 초기화합니다.

Assembly()

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

protected Assembly ();
Protected Sub New ()

적용 대상

Assembly(String)

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

protected Assembly (string name);
new Microsoft.AnalysisServices.Assembly : string -> Microsoft.AnalysisServices.Assembly
Protected Sub New (name As String)

매개 변수

name
String

어셈블리의 이름입니다.

적용 대상

Assembly(String, String)

이름 및 ID를 사용하여 Assembly 클래스의 새 인스턴스를 초기화합니다.

protected Assembly (string name, string id);
new Microsoft.AnalysisServices.Assembly : string * string -> Microsoft.AnalysisServices.Assembly
Protected Sub New (name As String, id As String)

매개 변수

name
String

어셈블리의 이름입니다.

id
String

어셈블리의 ID입니다.

적용 대상