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

Hierarquia de herança

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

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

Sintaxe

'Declaração
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

O tipo ParameterInfo expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CreationName Gets the name used to create the ParameterInfo object.
Propriedade pública DataType Gets the data type of the ParameterInfo object.
Propriedade pública Description Gets the description of the ParameterInfo object.
Propriedade pública ID Gets the identifier of the ParameterInfo object which is a GUID.
Propriedade 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.
Propriedade pública Name Gets the name of the ParameterInfo object.
Propriedade 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.
Propriedade 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.
Propriedade pública Value Gets the value of the parameter object.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime