DataType propriété
Obtient ou définit le type de la colonne que l'objet DataColumnSurrogate représente.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public Property DataType As Type
Get
Set
'Utilisation
Dim instance As DataColumnSurrogate
Dim value As Type
value = instance.DataType
instance.DataType = value
public Type DataType { get; set; }
public:
property Type^ DataType {
Type^ get ();
void set (Type^ value);
}
member DataType : Type with get, set
function get DataType () : Type
function set DataType (value : Type)
Valeur de la propriété
Type : System. . :: . .Type
Type de données de la colonne.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | value est une null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) . |