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