Compartilhar via


Propriedade do RDL DbType

This property is reserved for future use.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Property DbType As DbType
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Data. . :: . .DbType

Implementa

IDataParameter. . :: . .DbType

Exceções

Exceção Condição
System..::..NotSupportedException

The property is called.