Partilhar via


Classe BusinessLogicParameter

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a business logic parameter.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public Class BusinessLogicParameter _
    Implements IDataParameter
'Uso
Dim instance As BusinessLogicParameter
public class BusinessLogicParameter : IDataParameter
public ref class BusinessLogicParameter : IDataParameter
type BusinessLogicParameter =  
    class 
        interface IDataParameter 
    end
public class BusinessLogicParameter implements IDataParameter

O tipo BusinessLogicParameter expõe os membros a seguir.

Construtores

  Nome Descrição
Método público BusinessLogicParameter() Initializes a new instance of the BusinessLogicParameter class.
Método público BusinessLogicParameter(String, DbType) Initializes a new instance of the BusinessLogicParameter class with a specified type and name of the parameter.
Método público BusinessLogicParameter(String, Object) Initializes a new instance of the BusinessLogicParameter class.
Método público BusinessLogicParameter(String, DbType, String) Initializes a new instance of the BusinessLogicParameter class.

Início

Propriedades

  Nome Descrição
Propriedade pública DbType Gets or sets the DbType of the parameter.
Propriedade pública Direction Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Propriedade pública IsNullable Gets a value that indicates whether the parameter accepts null values.
Propriedade pública ParameterName Gets or sets the name of the BusinessLogicParameter.
Propriedade pública SourceColumn Gets or sets the name of the source column mapped to the data set.
Propriedade pública SourceVersion Gets or sets the DataRowVersion to use when you load value.
Propriedade pública Value Gets or sets the value of the parameter.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport