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)