Proprietà IDTSExecuteSQL.ResultSetType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Sintassi
'Dichiarazione
Property ResultSetType As ResultSetType
Get
Set
'Utilizzo
Dim instance As IDTSExecuteSQL
Dim value As ResultSetType
value = instance.ResultSetType
instance.ResultSetType = value
ResultSetType ResultSetType { get; set; }
property ResultSetType ResultSetType {
ResultSetType get ();
void set (ResultSetType value);
}
abstract ResultSetType : ResultSetType with get, set
function get ResultSetType () : ResultSetType
function set ResultSetType (value : ResultSetType)
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ResultSetType
A value from the ResultSetType enumeration that indicates the type of result set returned by the SQL statement.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask