SqlParameter.SqlDbType Propriedade
Definição
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.One of the SqlDbType values. O padrão é NVarChar.The default is NVarChar.
- Atributos
Comentários
O SqlDbType e DbType estão vinculados.The SqlDbType and DbType are linked. Portanto, a definição de DbType altera o SqlDbType para um suporte SqlDbType .Therefore, setting the DbType changes the SqlDbType to a supporting SqlDbType.
Para obter uma lista dos tipos de dados com suporte, consulte o SqlDbType membro apropriado.For a list of the supported data types, see the appropriate SqlDbType member. Para obter mais informações, consulte DataAdapter Parameters.For more information, see DataAdapter Parameters.
Para obter informações sobre streaming, consulte suporte a streaming SqlClient.For information about streaming, see SqlClient Streaming Support.