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


Элементы 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.

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

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

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

В начало

Методы

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

В начало

Поля

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

В начало

Свойства

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

В начало