Classe 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.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.DMQueryTask..::..ResultParameter
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (em Microsoft.SqlServer.DMQueryTask.dll)
Sintaxe
'Declaração
Public Class ResultParameter
'Uso
Dim instance As ResultParameter
public class ResultParameter
public ref class ResultParameter
type ResultParameter = class end
public class ResultParameter
O tipo ResultParameter expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ResultParameter | Initializes a new instance of the ResultParameter class. |
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
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
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.