Partager via


Propriété QueryParameter.DbType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the data type of the parameter.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DbType As Nullable(Of DbType)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Nullable<DbType>
A Nullable<T> object.

Voir aussi

Référence

QueryParameter Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel