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


Класс ResultParameter

Binds the DMX query result to an SSIS package variable. At run time, the DMX query result will be assigned to the SSIS package variable.

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

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.DMQueryTask..::..ResultParameter

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

Синтаксис

'Декларация
Public Class ResultParameter
'Применение
Dim instance As ResultParameter
public class ResultParameter
public ref class ResultParameter
type ResultParameter =  class end
public class ResultParameter

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

Конструкторы

  Имя Описание
Открытый метод ResultParameter Initializes a new instance of the ResultParameter class.

В начало

Свойства

  Имя Описание
Открытое свойство DtsVariableName Gets or sets the name of the SSIS package variable.
Открытое свойство ResultName Gets or sets the name of the ResultParameter.
Открытое свойство ResultType Gets or sets a value from the ParameterResultType enumeration, indicating whether the SSIS package variable should be populated with the column value matching the ResultName in the first row of the DMX query result, or whether the variable should be populated with the entire DMX query result in the form of a DataTable.

В начало

Методы

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

В начало

Поля

  Имя Описание
Защищенное поле m_dtsVariableName Инфраструктура.
Защищенное поле m_resultName Инфраструктура.
Защищенное поле m_resultType Инфраструктура.

В начало

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

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