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