BusinessLogicParameterCollection.Add 메서드 (String, DbType, String)

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Adds the specified parameter to the collection.

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

구문

‘선언
Public Function Add ( _
    parameterName As String, _
    dbType As DbType, _
    sourceColumn As String _
) As Integer
‘사용 방법
Dim instance As BusinessLogicParameterCollection 
Dim parameterName As String 
Dim dbType As DbType 
Dim sourceColumn As String 
Dim returnValue As Integer 

returnValue = instance.Add(parameterName, _
    dbType, sourceColumn)
public int Add(
    string parameterName,
    DbType dbType,
    string sourceColumn
)
public:
int Add(
    String^ parameterName, 
    DbType dbType, 
    String^ sourceColumn
)
member Add : 
        parameterName:string * 
        dbType:DbType * 
        sourceColumn:string -> int
public function Add(
    parameterName : String, 
    dbType : DbType, 
    sourceColumn : String
) : int

매개 변수

  • sourceColumn
    유형: System.String
    The source column where to add the parameter.

반환 값

유형: System.Int32
The index of the parameter object in the collection.

참고 항목

참조

BusinessLogicParameterCollection 클래스

Add 오버로드

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스