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 | 基础结构。Specifies the name of the SSIS package variable. | |
m_resultName | 基础结构。Specifies the name of the result. | |
m_resultType | 基础结构。Specifies the type of the result. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。