Freigeben über


InputParameter-Member

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.

Der InputParameter-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode InputParameter Initializes a new instance of the InputParameter class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_dtsVariableName Infrastruktur.
Geschütztes Feld m_parameterName Infrastruktur.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DtsVariableName Gets or sets the name of the SSIS package variable.
Öffentliche Eigenschaft ParameterName Gets or sets the name of the input parameter.

Zum Anfang