Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.