Condividi tramite


Classe InputParameter

Binds an SSIS package variable to a DMX query parameter. You can create a parameterized DMX query by referring to an InputParameter by its parameter name. The value of the SSIS package variable bound to the InputParameter is sent to the Analysis Services server when the DMX query is executed at package run time.

Gerarchia di ereditarietà

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

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

Sintassi

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

Nel tipo InputParameter sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DtsVariableName Gets or sets the name of the SSIS package variable.
Proprietà pubblica ParameterName Gets or sets the name of the input parameter.

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_parameterName Infrastruttura. Specifies the name of the parameter.

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