Compartir a través de


Clase BusinessLogicParameter

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a business logic parameter.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
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

El tipo BusinessLogicParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DbType Gets or sets the DbType of the parameter.
Propiedad 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.
Propiedad pública IsNullable Gets a value that indicates whether the parameter accepts null values.
Propiedad pública ParameterName Gets or sets the name of the BusinessLogicParameter.
Propiedad pública SourceColumn Gets or sets the name of the source column mapped to the data set.
Propiedad pública SourceVersion Gets or sets the DataRowVersion to use when you load value.
Propiedad pública Value Gets or sets the value of the parameter.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport