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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。