ManagedParameterWrapper Class
Represents the native runtime object model to access the project parameter object.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | CreationName | Gets the name used to create this parameter. |
![]() | DataType | Gets the data type of the parameter value. |
![]() | Description | Gets or sets the description of the parameter. |
![]() | ID | Gets the identifier of the parameter, which is a GUID. |
![]() | IncludeInDebugDump | Gets or sets whether the parameter value should be included in a debug dump. |
![]() | Name | Gets or sets the name used to create this parameter. |
![]() | Required | Gets or sets whether the parameter contains sensitive value. |
![]() | Sensitive | Gets or sets whether the parameter contains sensitive value. |
![]() | Value | Gets or sets the value of the parameter object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (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.

