ComplexValue 생성자

정의

ComplexValue 클래스의 새 인스턴스를 초기화합니다.

오버로드

ComplexValue()

ComplexValue 클래스의 새 인스턴스를 초기화합니다.

ComplexValue(ComplexProperty[])

ComplexValue 클래스의 새 인스턴스를 초기화하고, ComplexValue의 속성을 초기화합니다.

ComplexValue()

ComplexValue 클래스의 새 인스턴스를 초기화합니다.

public:
 ComplexValue();
public ComplexValue ();
Public Sub New ()

적용 대상

ComplexValue(ComplexProperty[])

ComplexValue 클래스의 새 인스턴스를 초기화하고, ComplexValue의 속성을 초기화합니다.

public:
 ComplexValue(cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::ComplexProperty ^> ^ properties);
public ComplexValue (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[] properties);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[] -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue
Public Sub New (properties As ComplexProperty())

매개 변수

properties
ComplexProperty[]

ComplexValue를 초기화하는 속성입니다.

적용 대상