다음을 통해 공유


InputParameter Members

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.

The following tables list the members exposed by the InputParameter type.

Public Constructors

  이름 Description
InputParameter Initializes a new instance of the InputParameter class.

위쪽

Protected Fields

  이름 Description
ms214606.protfield(ko-kr,SQL.90).gif m_dtsVariableName  
ms214606.protfield(ko-kr,SQL.90).gif m_parameterName  

위쪽

Public Properties

  이름 Description
ms214606.pubproperty(ko-kr,SQL.90).gif DtsVariableName Gets or sets the name of the SSIS package variable.
ms214606.pubproperty(ko-kr,SQL.90).gif ParameterName Gets or sets the name of the input parameter.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms214606.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms214606.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms214606.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms214606.pubmethod(ko-kr,SQL.90).gifms214606.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms214606.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms214606.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms214606.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

InputParameter Class
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace