إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a new IDTSParameterBinding object to the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Function Add As IDTSParameterBinding
'Usage
Dim instance As IDTSParameterBindings
Dim returnValue As IDTSParameterBinding
returnValue = instance.Add()
IDTSParameterBinding Add()
IDTSParameterBinding^ Add()
abstract Add : unit -> IDTSParameterBinding
function Add() : IDTSParameterBinding
Return Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSParameterBinding
The IDTSParameterBinding object that was added to the collection.