Свойство DbType

This property is reserved for future use.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
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.