BusinessLogicParameterCollection.Add Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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);
override this.Add : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter -> int
Public Function Add (value As BusinessLogicParameter) As Integer
Parâmetros
- value
- BusinessLogicParameter
Retornos
Aplica-se a
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
Parâmetros
- value
- Object
Retornos
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);
override this.Add : string * System.Data.DbType -> int
Public Function Add (parameterName As String, type As DbType) As Integer
Parâmetros
- parameterName
- String
- type
- DbType
Retornos
Aplica-se a
Add(String, Object)
public:
int Add(System::String ^ parameterName, System::Object ^ value);
public int Add (string parameterName, object value);
override this.Add : string * obj -> int
Public Function Add (parameterName As String, value As Object) As Integer
Parâmetros
- parameterName
- String
- value
- Object
Retornos
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);
override this.Add : string * System.Data.DbType * string -> int
Public Function Add (parameterName As String, dbType As DbType, sourceColumn As String) As Integer
Parâmetros
- parameterName
- String
- dbType
- DbType
- sourceColumn
- String