SqlParameter.SqlDbType Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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); };
[System.Data.DataSysDescription("SqlParameter_SqlDbType")]
public System.Data.SqlDbType SqlDbType { get; set; }
[System.Data.Common.DbProviderSpecificTypeProperty(true)]
public System.Data.SqlDbType SqlDbType { 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 de Propriedade
Um dos SqlDbType valores. A predefinição é NVarChar.
- Atributos
Observações
Os SqlDbType e DbType estão ligados. Portanto, definindo as DbType alterações para SqlDbType um suporte SqlDbType.
Para uma lista dos tipos de dados suportados, consulte o membro apropriado SqlDbType . Para obter mais informações, consulte Parâmetros do DataAdapter.
Para informações sobre streaming, consulte SqlClient Streaming Support.