Конструктор BusinessLogicParameter (String, DbType, String)
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Синтаксис
'Декларация
Public Sub New ( _
parameterName As String, _
dbType As DbType, _
sourceColumn As String _
)
'Применение
Dim parameterName As String
Dim dbType As DbType
Dim sourceColumn As String
Dim instance As New BusinessLogicParameter(parameterName, _
dbType, sourceColumn)
public BusinessLogicParameter(
string parameterName,
DbType dbType,
string sourceColumn
)
public:
BusinessLogicParameter(
String^ parameterName,
DbType dbType,
String^ sourceColumn
)
new :
parameterName:string *
dbType:DbType *
sourceColumn:string -> BusinessLogicParameter
public function BusinessLogicParameter(
parameterName : String,
dbType : DbType,
sourceColumn : String
)
Параметры
- parameterName
Тип: System. . :: . .String
- dbType
Тип: System.Data. . :: . .DbType
- sourceColumn
Тип: System. . :: . .String