Add 메서드 (String, DbType)
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
구문
‘선언
Public Function Add ( _
parameterName As String, _
type As DbType _
) As Integer
‘사용 방법
Dim instance As BusinessLogicParameterCollection
Dim parameterName As String
Dim type As DbType
Dim returnValue As Integer
returnValue = instance.Add(parameterName, _
type)
public int Add(
string parameterName,
DbType type
)
public:
int Add(
String^ parameterName,
DbType type
)
member Add :
parameterName:string *
type:DbType -> int
public function Add(
parameterName : String,
type : DbType
) : int