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()

返回此对象的哈希代码。

适用于