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

パラメーター

戻り値

型: System. . :: . .Int32