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