BusinessLogicParameterCollection.Add Método

Definição

Sobrecargas

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);
Public Function Add (value As BusinessLogicParameter) As Integer

Parâmetros

Retornos

Int32

Aplica-se a

Add(Object)

public:
 override int Add(System::Object ^ value);
public override int Add (object value);
Public Overrides Function Add (value As Object) As Integer

Parâmetros

value
Object

Retornos

Int32

Implementações

Aplica-se a

Add(String, DbType)

public:
 int Add(System::String ^ parameterName, System::Data::DbType type);
public int Add (string parameterName, System.Data.DbType type);
Public Function Add (parameterName As String, type As DbType) As Integer

Parâmetros

parameterName
String
type
DbType

Retornos

Int32

Aplica-se a

Add(String, Object)

public:
 int Add(System::String ^ parameterName, System::Object ^ value);
public int Add (string parameterName, object value);
Public Function Add (parameterName As String, value As Object) As Integer

Parâmetros

parameterName
String
value
Object

Retornos

Int32

Aplica-se a

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);

Parâmetros

parameterName
String
dbType
DbType
sourceColumn
String

Retornos

Int32

Aplica-se a