Compartir a través de


Clase 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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public NotInheritable Class ParameterInfo
'Uso
Dim instance As ParameterInfo
public sealed class ParameterInfo
public ref class ParameterInfo sealed
[<SealedAttribute>]
type ParameterInfo =  class end
public final class ParameterInfo

El tipo ParameterInfo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CreationName Gets the name used to create the ParameterInfo object.
Propiedad pública DataType Gets the data type of the ParameterInfo object.
Propiedad pública Description Gets the description of the ParameterInfo object.
Propiedad pública ID Gets the identifier of the ParameterInfo object which is a GUID.
Propiedad pública 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.
Propiedad pública Name Gets the name of the ParameterInfo object.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública Value Gets the value of the parameter object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime