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 the DMX query result to an SSIS package variable. At run time, the DMX query result will be assigned to the SSIS package variable.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado: Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)
Sintaxis
'Declaración
Public Class ResultParameter
'Uso
Dim instance As ResultParameter
public class ResultParameter
public ref class ResultParameter
type ResultParameter = class end
public class ResultParameter
El tipo ResultParameter expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
ResultParameter | Initializes a new instance of the ResultParameter class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
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_resultName | Infraestructura. Specifies the name of the result. |
![]() |
m_resultType | Infraestructura. Specifies the type of the result. |
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)