Метод Add (String, DbType, String)
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Пространство имен: 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
Параметры
- parameterName
Тип: System. . :: . .String
- dbType
Тип: System.Data. . :: . .DbType
- sourceColumn
Тип: System. . :: . .String