Compartir a través de


DataType Propiedad

Obtiene o establece un objeto Type que representa el tipo de los datos almacenados en la columna.

Espacio de nombres:  Microsoft.Synchronization.Data
Ensamblado:  Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)

Sintaxis

'Declaración
Public Property DataType As Type
    Get
    Set
'Uso
Dim instance As SyncSchemaColumn
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)

Valor de la propiedad

Tipo: System. . :: . .Type
Objeto Type que representa el tipo de los datos almacenados en la columna.

Excepciones

Excepción Condición
ArgumentNullException

value es un valor null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). .

Vea también

Referencia

SyncSchemaColumn Clase

SyncSchemaColumn Miembros

Microsoft.Synchronization.Data Espacio de nombres