Metodo Parameters.Remove
Removes a parameter object from the parameters collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public MustOverride Function Remove ( _
parameterName As String _
) As Boolean
'Utilizzo
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
Parametri
- parameterName
Tipo: System.String
The name of the parameter.
Valore restituito
Tipo: System.Boolean
true if a parameter was removed; otherwise, false.