Partager via


Classe ParameterInfo

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ParameterInfo
'Utilisation
Dim instance As ParameterInfo
public sealed class ParameterInfo
public ref class ParameterInfo sealed
[<SealedAttribute>]
type ParameterInfo =  class end
public final class ParameterInfo

Le type ParameterInfo expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime