この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Adds the specified parameter to the collection.
名前空間: 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
パラメーター
- parameterName
型: System.String
The name of the parameter.
- type
型: System.Data.DbType
The type of the database.
戻り値
型: System.Int32
The index of the parameter object in the collection.