ComplexProperty 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
封装与复杂类型参数的一个属性有关的信息。
public ref class ComplexProperty
[System.Serializable]
public class ComplexProperty
[<System.Serializable>]
type ComplexProperty = class
Public Class ComplexProperty
- 继承
-
ComplexProperty
- 属性
注解
当 为 Complex 时 DTSParamType ,使用此类。
构造函数
ComplexProperty() |
初始化 ComplexProperty 类的新实例。 |
ComplexProperty(String, String, DTSParamType) |
初始化 ComplexProperty 类的新实例,并且初始化 ComplexProperty 的名称、数据类型和参数类型。 |
属性
DataType |
获取属性的数据类型。 |
Name |
获取属性的名称。 |
ParamType |
获取参数的 DTSParamType。 |
ParamValue |
获取或设置属性的值。 |
方法
Clone() |
创建与当前 ComplexProperty 相同的 ComplexProperty 类的实例。 |
Equals(Object) |
确定两个对象实例是否相等。 |
GetHashCode() |
返回 ComplexProperty 类的实例的哈希代码。 |