ResultParameter 类

Binds the DMX query result to an SSIS package variable. At run time, the DMX query result will be assigned to the SSIS package variable.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.DMQueryTask..::..ResultParameter

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

语法

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

ResultParameter 类型公开以下成员。

构造函数

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

页首

属性

  名称 说明
公共属性 DtsVariableName Gets or sets the name of the SSIS package variable.
公共属性 ResultName Gets or sets the name of the ResultParameter.
公共属性 ResultType Gets or sets a value from the ParameterResultType enumeration, indicating whether the SSIS package variable should be populated with the column value matching the ResultName in the first row of the DMX query result, or whether the variable should be populated with the entire DMX query result in the form of a DataTable.

页首

方法

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

页首

字段

  名称 说明
受保护字段 m_dtsVariableName 基础结构。
受保护字段 m_resultName 基础结构。
受保护字段 m_resultType 基础结构。

页首

线程安全

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