BusinessLogicParameterCollection.Add 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| Add(BusinessLogicParameter) | |
| Add(Object) | |
| Add(String, DbType) | |
| Add(String, Object) | |
| Add(String, DbType, String) |
Add(BusinessLogicParameter)
public:
int Add(Microsoft::SqlServer::Replication::BusinessLogicSupport::BusinessLogicParameter ^ value);
public int Add (Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter value);
override this.Add : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter -> int
Public Function Add (value As BusinessLogicParameter) As Integer
参数
- value
- BusinessLogicParameter
返回
适用于
Add(Object)
public:
override int Add(System::Object ^ value);
public override int Add (object value);
override this.Add : obj -> int
Public Overrides Function Add (value As Object) As Integer
参数
- value
- Object
返回
实现
适用于
Add(String, DbType)
public:
int Add(System::String ^ parameterName, System::Data::DbType type);
public int Add (string parameterName, System.Data.DbType type);
override this.Add : string * System.Data.DbType -> int
Public Function Add (parameterName As String, type As DbType) As Integer
参数
- parameterName
- String
- type
- DbType
返回
适用于
Add(String, Object)
Add(String, DbType, String)
public:
int Add(System::String ^ parameterName, System::Data::DbType dbType, System::String ^ sourceColumn);
public int Add (string parameterName, System.Data.DbType dbType, string sourceColumn);
override this.Add : string * System.Data.DbType * string -> int
Public Function Add (parameterName As String, dbType As DbType, sourceColumn As String) As Integer
参数
- parameterName
- String
- dbType
- DbType
- sourceColumn
- String