Parameters.Remove 方法
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.