BusinessLogicParameter.DbType 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the DbType of the parameter.

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Property DbType As DbType 
    Get 
    Set
用法
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)

属性值

类型:System.Data.DbType
One of the DbType values.

实现

IDataParameter.DbType

请参阅

参考

BusinessLogicParameter 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间