Udostępnij przez


Metoda BusinessLogicParameterCollection.Add (String, DbType)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Function Add ( _
    parameterName As String, _
    type As DbType _
) As Integer
'Użycie
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

Parametry

Wartość zwracana

Typ: System.Int32