Propriedade DbType
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property DbType As Nullable(Of DbType)
Get
Set
'Uso
Dim instance As QueryParameter
Dim value As Nullable(Of DbType)
value = instance.DbType
instance.DbType = value
public Nullable<DbType> DbType { get; set; }
public:
property Nullable<DbType> DbType {
Nullable<DbType> get ();
void set (Nullable<DbType> value);
}
member DbType : Nullable<DbType> with get, set
function get DbType () : Nullable<DbType>
function set DbType (value : Nullable<DbType>)
Valor da propriedade
Tipo: System. . :: . .Nullable< (Of < ( <'DbType> ) > ) >
A Nullable<(Of <(<'T>)>)> object.
Consulte também