Condividi tramite


Membri 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.

Il tipo InputParameter espone i membri seguenti.

Costruttori

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

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.
Campo protetto m_parameterName Infrastruttura.

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