Condividi tramite


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.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ResultParameter

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)

Sintassi

'Dichiarazione
Public Class ResultParameter
'Utilizzo
Dim instance As ResultParameter
public class ResultParameter
public ref class ResultParameter
type ResultParameter =  class end
public class ResultParameter

Nel tipo ResultParameter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ResultParameter Initializes a new instance of the ResultParameter class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DtsVariableName Gets or sets the name of the SSIS package variable.
Proprietà pubblica ResultName Gets or sets the name of the ResultParameter.
Proprietà pubblica 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 alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo protetto m_dtsVariableName Infrastruttura. Specifies the name of the SSIS package variable.
Campo protetto m_resultName Infrastruttura. Specifies the name of the result.
Campo protetto m_resultType Infrastruttura. Specifies the type of the result.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.DMQueryTask