Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a new IDTSResultBinding object to the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Function Add As IDTSResultBinding
'Usage
Dim instance As IDTSResultBindings
Dim returnValue As IDTSResultBinding
returnValue = instance.Add()
IDTSResultBinding Add()
IDTSResultBinding^ Add()
abstract Add : unit -> IDTSResultBinding
function Add() : IDTSResultBinding
Return Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBinding
The IDTSResultBinding object that was added to the collection.