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