ParameterClass Class
Represents a parameter class.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[ClassInterfaceAttribute(ClassInterfaceType::None)] [DefaultMemberAttribute("Value")] [TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)] [GuidAttribute("E10EE7A6-F24F-4ED2-A52F-F64ADB7DD664")] public ref class ParameterClass : Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100
| Name | Description | |
|---|---|---|
![]() | ParameterClass() | Initializes a new instance of the ParameterClass class. |
| Name | Description | |
|---|---|---|
![]() | CreationName | Gets the name used to create the ParameterClass object. |
![]() | DataType | Gets or sets the data type of the ParameterClass object. |
![]() | Description | Gets or sets the description of the ParameterClass object. |
![]() | ID | Gets the identifier of the ParameterClass object. |
![]() | IncludeInDebugDump | Gets or sets a value that indicates whether ParameterClass object is included in a debug dump. |
![]() | Name | Gets or sets the name of the ParameterClass object. |
![]() | Required | Gets or sets a value that indicates whether the ParameterClass object is a required parameter. |
![]() | Sensitive | Gets or sets a value that indicates whether the ParameterClass object contains sensitive data. |
![]() | Value | Gets or sets the value of the ParameterClass object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


