Класс InputParameter
Binds an Службы SSIS package variable to a DMX query parameter. You can create a parameterized DMX query by referring to an InputParameter by its parameter name. The value of the Службы SSIS package variable bound to the InputParameter is sent to the Analysis Services server when the DMX query is executed at package run time.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Tasks.DMQueryTask.InputParameter
Пространство имен: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Сборка: Microsoft.SqlServer.DMQueryTask (в Microsoft.SqlServer.DMQueryTask.dll)
Синтаксис
'Декларация
Public Class InputParameter
'Применение
Dim instance As InputParameter
public class InputParameter
public ref class InputParameter
type InputParameter = class end
public class InputParameter
Тип InputParameter обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
InputParameter | Initializes a new instance of the InputParameter class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
DtsVariableName | Gets or sets the name of the Службы SSIS package variable. |
![]() |
ParameterName | Gets or sets the name of the input parameter. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
![]() |
m_dtsVariableName | Инфраструктура. Specifies the name of the Службы SSIS package variable. |
![]() |
m_parameterName | Инфраструктура. Specifies the name of the parameter. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.