Propriedade do RDL QueryParameter.DbType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the data type of the parameter.
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<DbType>
A Nullable<T> object.