Partilhar via


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
Método público ResultParameter Initializes a new instance of the ResultParameter class.

Início

Propriedades

  Nome Descrição
Propriedade pública DtsVariableName Gets or sets the name of the SSIS package variable.
Propriedade pública ResultName Gets or sets the name of the ResultParameter.
Propriedade pública 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
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido m_dtsVariableName Infraestrutura.
Campo protegido m_resultName Infraestrutura.
Campo protegido 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.