إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Removes the specified IDTSParameterBinding object from the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Sub Remove ( _
paramName As Object _
)
'Usage
Dim instance As IDTSParameterBindings
Dim paramName As Object
instance.Remove(paramName)
void Remove(
Object paramName
)
void Remove(
Object^ paramName
)
abstract Remove :
paramName:Object -> unit
function Remove(
paramName : Object
)
Parameters
- paramName
Type: System.Object
The name of the parameter binding to remove.