BusinessLogicParameterCollection.RemoveAt 方法 (String)

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

Removes the parameter object with the specified name from the collection.

命名空间:  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
)

参数

  • parameterName
    类型:System.String
    The name of the parameter object to remove.

实现

IDataParameterCollection.RemoveAt(String)

请参阅

参考

BusinessLogicParameterCollection 类

RemoveAt 重载

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间