Share via


ParameterInfo Class

Represents a read only copy of the parameter information so that applications can get parameter information without having to load the whole package object.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.ParameterInfo

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public NotInheritable Class ParameterInfo
'Usage
Dim instance As ParameterInfo
public sealed class ParameterInfo
public ref class ParameterInfo sealed
[<SealedAttribute>]
type ParameterInfo =  class end
public final class ParameterInfo

The ParameterInfo type exposes the following members.

Properties

  Name Description
Public property CreationName Gets the name used to create the ParameterInfo object.
Public property DataType Gets the data type of the ParameterInfo object.
Public property Description Gets the description of the ParameterInfo object.
Public property ID Gets the identifier of the ParameterInfo object which is a GUID.
Public property 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.
Public property Name Gets the name of the ParameterInfo object.
Public property 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.
Public property 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.
Public property Value Gets the value of the parameter object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace