DbParameter.IDataParameter.SourceVersion 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 la valeur à utiliser lors du DataRowVersion chargement Value.
property System::Data::DataRowVersion System::Data::IDataParameter::SourceVersion { System::Data::DataRowVersion get(); void set(System::Data::DataRowVersion value); };
System.Data.DataRowVersion System.Data.IDataParameter.SourceVersion { get; set; }
member this.System.Data.IDataParameter.SourceVersion : System.Data.DataRowVersion with get, set
Property SourceVersion As DataRowVersion Implements IDataParameter.SourceVersion
Valeur de propriété
Une des DataRowVersion valeurs. La valeur par défaut est Current.
Implémente
Exceptions
La propriété n’a pas été définie sur l’une des DataRowVersion valeurs.
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance DbParameter est convertie en IDataParameter interface.