Parameters.Remove Método
Removes a parameter object from the parameters collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public MustOverride Function Remove ( _
parameterName As String _
) As Boolean
'Uso
Dim instance As Parameters
Dim parameterName As String
Dim returnValue As Boolean
returnValue = instance.Remove(parameterName)
public abstract bool Remove(
string parameterName
)
public:
virtual bool Remove(
String^ parameterName
) abstract
abstract Remove :
parameterName:string -> bool
public abstract function Remove(
parameterName : String
) : boolean
Parámetros
- parameterName
Tipo: System.String
The name of the parameter.
Valor devuelto
Tipo: System.Boolean
true if a parameter was removed; otherwise, false.