Interfaccia IDTSResultBindings
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a collection of IDTSResultBinding objects.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Sintassi
'Dichiarazione
Public Interface IDTSResultBindings _
Inherits IEnumerable
'Utilizzo
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =
interface
interface IEnumerable
end
public interface IDTSResultBindings extends IEnumerable
Nel tipo IDTSResultBindings sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Add | Infrastruttura. Adds a new IDTSResultBinding object to the collection. | |
Clear | Infrastruttura. Clears all objects from the IDTSResultBindings collection. | |
GetBinding | Infrastruttura. Retrieves the specified IDTSResultBinding object from the collection. | |
GetEnumerator | Ereditato da IEnumerable. | |
Remove | Infrastruttura. Removes the specified IDTSResultBinding object from the collection. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask