ComplexProperty 类
Encapsulates the information about one property of a complex type parameter.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..ComplexProperty
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)
语法
声明
<SerializableAttribute> _
Public Class ComplexProperty
用法
Dim instance As ComplexProperty
[SerializableAttribute]
public class ComplexProperty
[SerializableAttribute]
public ref class ComplexProperty
[<SerializableAttribute>]
type ComplexProperty = class end
public class ComplexProperty
ComplexProperty 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ComplexProperty() () () () | Initializes a new instance of the ComplexProperty class. | |
ComplexProperty(String, String, DTSParamType) | Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty. |
页首
属性
名称 | 说明 | |
---|---|---|
DataType | Gets the data type of a property. | |
Name | Gets the name of a property. | |
ParamType | Gets the DTSParamType of a parameter. | |
ParamValue | Gets or sets the value of a property. |
页首
方法
名称 | 说明 | |
---|---|---|
Clone | Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty. | |
Equals | Determines whether two object instances are equal. (覆盖 Object. . :: . .Equals(Object)。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | Returns the hash code for an instance of the ComplexProperty class. (覆盖 Object. . :: . .GetHashCode() () () ()。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。