ComplexProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates the information about one property of a complex type parameter.
public ref class ComplexProperty
[System.Serializable]
public class ComplexProperty
[<System.Serializable>]
type ComplexProperty = class
Public Class ComplexProperty
- Inheritance
-
ComplexProperty
- Attributes
Remarks
This class is used when the DTSParamType is Complex.
Constructors
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. |
Properties
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. |
Methods
Clone() |
Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty. |
Equals(Object) |
Determines whether two object instances are equal. |
GetHashCode() |
Returns the hash code for an instance of the ComplexProperty class. |