Membros 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.
O tipo ResultParameter expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
ResultParameter | Initializes a new instance of the ResultParameter class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_dtsVariableName | Infraestrutura. | |
m_resultName | Infraestrutura. | |
m_resultType | Infraestrutura. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Consulte também