Compartir a través de


AdomdParameter.DbType Propiedad

Gets or sets the DbType of the parameter. This property is reserved for future use.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Data.DbType
One of the DbType values. The default is String.

Excepciones

Excepción Condición
[NotSupportedException]

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

Comentarios

This property always throws a [NotSupportedException] if accessed.

Vea también

Referencia

AdomdParameter Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer