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 네임스페이스