Removes a parameter object from the parameters collection.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public MustOverride Function Remove ( _
parameterName As String _
) As Boolean
'用途
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
參數
- parameterName
型別:System.String
The name of the parameter.
傳回值
型別:System.Boolean
true if a parameter was removed; otherwise, false.