SqlParameter.SqlDbType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le SqlDbType du paramètre.
public:
property System::Data::SqlDbType SqlDbType { System::Data::SqlDbType get(); void set(System::Data::SqlDbType value); };
public System.Data.SqlDbType SqlDbType { get; set; }
[System.Data.DataSysDescription("SqlParameter_SqlDbType")]
public System.Data.SqlDbType SqlDbType { get; set; }
[System.Data.Common.DbProviderSpecificTypeProperty(true)]
public System.Data.SqlDbType SqlDbType { get; set; }
member this.SqlDbType : System.Data.SqlDbType with get, set
[<System.Data.DataSysDescription("SqlParameter_SqlDbType")>]
member this.SqlDbType : System.Data.SqlDbType with get, set
[<System.Data.Common.DbProviderSpecificTypeProperty(true)>]
member this.SqlDbType : System.Data.SqlDbType with get, set
Public Property SqlDbType As SqlDbType
Valeur de propriété
Une des valeurs de l'objet SqlDbType. La valeur par défaut est NVarChar
.
- Attributs
Remarques
Les SqlDbType et DbType sont liés. Par conséquent, la définition de change DbType le SqlDbType en prenant en charge SqlDbType.
Pour obtenir la liste des types de données pris en charge, consultez le membre approprié SqlDbType . Pour plus d’informations, consultez Paramètres du DataAdapter.
Pour plus d’informations sur la diffusion en continu, consultez Prise en charge du streaming SqlClient.