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 네임스페이스