SqlParameter.SqlDbType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o SqlDbType do parâmetro.
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
Valor da propriedade
Um dos valores de SqlDbType. O padrão é NVarChar
.
- Atributos
Comentários
O SqlDbType e DbType estão vinculados. Portanto, definir o DbType altera o SqlDbType para um compatível SqlDbType.
Para obter uma lista dos tipos de dados com suporte, consulte o membro apropriado SqlDbType . Para obter mais informações, consulte Parâmetros do DataAdapter.
Para obter informações sobre streaming, consulte Suporte de streaming do SqlClient.