ParameterInfo Class
SQL Server 2012
Represents a read only copy of the parameter information so that applications can get parameter information without having to load the whole package object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The ParameterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreationName | Gets the name used to create the ParameterInfo object. |
![]() | DataType | Gets the data type of the ParameterInfo object. |
![]() | Description | Gets the description of the ParameterInfo object. |
![]() | ID | Gets the identifier of the ParameterInfo object which is a GUID. |
![]() | IncludeInDebugDump | Gets a value that indicates whether the variable value for a user-defined variable or a system variable is included in the debug dump files. |
![]() | Name | Gets the name of the ParameterInfo object. |
![]() | Required | Gets a value that indicates whether the current parameter is a required parameter. If this value is true, a value must be assigned before a project or package can be executed. |
![]() | Sensitive | Gets a value that indicates whether the current parameter contains a sensitive value. If this value is true, the project or package containing this parameter must be encrypted before saved to any kind of storages. |
![]() | Value | Gets the value of the parameter object. |
