다음을 통해 공유


DbType 속성

This property is reserved for future use.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public Property DbType As DbType
    Get
    Set
‘사용 방법
Dim instance As AdomdParameter
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

예외

예외 조건
[NotSupportedException]

The property is called. For more information about this exception, see NotSupportedException Class.