Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado: Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)
Sintaxis
'Declaración
Property ResultSetType As ResultSetType
Get
Set
'Uso
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)
Valor de la propiedad
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.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask