Freigeben über


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.

Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly : Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)

Syntax

'Declaration
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)

Eigenschaftswert

A value from the ParameterResultType enumeration.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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