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