Compartir a través de


BusinessLogicParameter.DbType Propiedad

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

Gets or sets the DbType of the parameter.

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

Sintaxis

'Declaración
Public Property DbType As DbType 
    Get 
    Set
'Uso
Dim instance As BusinessLogicParameter 
Dim value As DbType 

value = instance.DbType

instance.DbType = value
public DbType DbType { get; set; }
public:
virtual property DbType DbType {
    DbType get () sealed;
    void set (DbType value) sealed;
}
abstract DbType : DbType with get, set 
override DbType : DbType with get, set
final function get DbType () : DbType 
final function set DbType (value : DbType)

Valor de la propiedad

Tipo: System.Data.DbType
One of the DbType values.

Implementa

IDataParameter.DbType

Vea también

Referencia

BusinessLogicParameter Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport