Freigeben über


InputParameter-Klasse

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.

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)

Syntax

'Declaration
Public Class InputParameter
'Usage
Dim instance As InputParameter
public class InputParameter
public ref class InputParameter
type InputParameter =  class end
public class InputParameter

Der InputParameter-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

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

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 Specifies the name of the SSIS package variable.
Geschütztes Feld m_parameterName Infrastruktur Specifies the name of the parameter.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.DMQueryTask-Namespace