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.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
程序集:  Microsoft.SqlServer.DMQueryTask(在 Microsoft.SqlServer.DMQueryTask.dll 中)

语法

声明
Public Class InputParameter
用法
Dim instance As InputParameter
public class InputParameter
public ref class InputParameter
type InputParameter =  class end
public class InputParameter

InputParameter 类型公开以下成员。

构造函数

  名称 说明
公共方法 InputParameter Initializes a new instance of the InputParameter class.

页首

属性

  名称 说明
公共属性 DtsVariableName Gets or sets the name of the SSIS package variable.
公共属性 ParameterName Gets or sets the name of the input parameter.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

字段

  名称 说明
受保护字段 m_dtsVariableName 基础结构。Specifies the name of the SSIS package variable.
受保护字段 m_parameterName 基础结构。Specifies the name of the parameter.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.DMQueryTask 命名空间