Interfaz IDTSResultBindings
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado: Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)
Sintaxis
'Declaración
Public Interface IDTSResultBindings _
Inherits IEnumerable
'Uso
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =
interface
interface IEnumerable
end
public interface IDTSResultBindings extends IEnumerable
El tipo IDTSResultBindings expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Add | Infraestructura. | |
Clear | Infraestructura. | |
GetBinding | Infraestructura. | |
GetEnumerator | (Se hereda de IEnumerable.) | |
Remove | Infraestructura. |
Arriba