Interface IDTSResultBindings
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a collection of IDTSResultBinding objects.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (em Microsoft.SqlServer.SQLTask.dll)
Sintaxe
'Declaração
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
O tipo IDTSResultBindings expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Add | Infraestrutura. Adds a new IDTSResultBinding object to the collection. | |
Clear | Infraestrutura. Clears all objects from the IDTSResultBindings collection. | |
GetBinding | Infraestrutura. Retrieves the specified IDTSResultBinding object from the collection. | |
GetEnumerator | (Herdado de IEnumerable.) | |
Remove | Infraestrutura. Removes the specified IDTSResultBinding object from the collection. |
Início