共用方式為


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 命名空間