RemoveAt 메서드 (String)

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리:  Microsoft.SqlServer.Replication.BusinessLogicSupport.dll의 Microsoft.SqlServer.Replication.BusinessLogicSupport

구문

‘선언
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)