Proprietà 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.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Sintassi
'Dichiarazione
Public Property ResultType As ParameterResultType
Get
Set
'Utilizzo
Dim instance As ResultParameter
Dim value As ParameterResultType
value = instance.ResultType
instance.ResultType = value
public ParameterResultType ResultType { get; set; }
public:
property ParameterResultType ResultType {
ParameterResultType get ();
void set (ParameterResultType value);
}
member ResultType : ParameterResultType with get, set
function get ResultType () : ParameterResultType
function set ResultType (value : ParameterResultType)
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Tasks.DMQueryTask.ParameterResultType
A value from the ParameterResultType enumeration.