BusinessLogicParameter.DbType Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

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

Property Value

Type: System.Data.DbType

Implements

IDataParameter.DbType