共用方式為


ResultParameter.ResultType Property

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 DMZ query result, or whether the variable should be populated with the entire DMX query result in the form of a DataTable.

命名空間: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
組件: Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)

語法

'宣告
Public Property ResultType As ParameterResultType
public ParameterResultType ResultType { get; set; }
public:
property ParameterResultType ResultType {
    ParameterResultType get ();
    void set (ParameterResultType value);
}
/** @property */
public ParameterResultType get_ResultType ()

/** @property */
public void set_ResultType (ParameterResultType value)
public function get ResultType () : ParameterResultType

public function set ResultType (value : ParameterResultType)

屬性值

A value from the ParameterResultType enumeration.

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

ResultParameter Class
ResultParameter Members
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace