RemoveAt 方法 (String)

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Sub RemoveAt ( _
    parameterName As String _
)
用法
Dim instance As BusinessLogicParameterCollection
Dim parameterName As String

instance.RemoveAt(parameterName)
public void RemoveAt(
    string parameterName
)
public:
virtual void RemoveAt(
    String^ parameterName
) sealed
abstract RemoveAt : 
        parameterName:string -> unit 
override RemoveAt : 
        parameterName:string -> unit 
public final function RemoveAt(
    parameterName : String
)

参数

实现

IDataParameterCollection. . :: . .RemoveAt(String)