Поделиться через


Класс 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.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public NotInheritable Class ParameterInfo
'Применение
Dim instance As ParameterInfo
public sealed class ParameterInfo
public ref class ParameterInfo sealed
[<SealedAttribute>]
type ParameterInfo =  class end
public final class ParameterInfo

Тип ParameterInfo обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime