次の方法で共有


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 名前空間