ComplexValue 클래스

정의

복합 유형 매개 변수의 값을 캡슐화합니다.

public ref class ComplexValue : Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue
[System.Serializable]
public class ComplexValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
[<System.Serializable>]
type ComplexValue = class
    inherit DTSParamValue
Public Class ComplexValue
Inherits DTSParamValue
상속
ComplexValue
특성

설명

이 클래스는 개체의 ComplexProperty 배열을 포함합니다. 각 ComplexProperty 개체는 복합 형식 매개 변수의 한 멤버에 대한 정보를 캡슐화합니다.

생성자

ComplexValue()

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

ComplexValue(ComplexProperty[])

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

속성

Properties

ComplexValue 클래스에 대한 속성 배열을 가져옵니다.

메서드

Clone()

현재 ComplexValue와 동일한 ComplexValue 클래스의 인스턴스를 만듭니다.

Equals(Object)

두 개체 인스턴스가 같은지 확인합니다.

GetHashCode()

이 개체의 해시 코드를 반환합니다.

적용 대상