Condividi tramite


Proprietà BusinessLogicParameter.DbType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the DbType of the parameter.

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Public Property DbType As DbType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

IDataParameter.DbType

Vedere anche

Riferimento

BusinessLogicParameter Classe

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport