Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Tasks.DMQueryTask.InputParameter
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado: Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)
Sintaxis
'Declaración
Public Class InputParameter
'Uso
Dim instance As InputParameter
public class InputParameter
public ref class InputParameter
type InputParameter = class end
public class InputParameter
El tipo InputParameter expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
InputParameter | Initializes a new instance of the InputParameter class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
DtsVariableName | Gets or sets the name of the SSIS package variable. |
![]() |
ParameterName | Gets or sets the name of the input parameter. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Campos
| Nombre | Descripción | |
|---|---|---|
![]() |
m_dtsVariableName | Infraestructura. Specifies the name of the SSIS package variable. |
![]() |
m_parameterName | Infraestructura. Specifies the name of the parameter. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.DMQueryTask
.gif)
.gif)
.gif)
.gif)