Compartilhar via


Propriedade DataType

Obtém ou define um objeto Type que representa o tipo de dados armazenados na coluna.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (em Microsoft.Synchronization.Data.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .Type
Um objeto Type que representa o tipo de dados armazenados na coluna.

Exceções

Exceção Condição
ArgumentNullException

value é um null Nothing nullptr unit uma referência nula (Nothing no Visual Basic) .

Consulte também

Referência

SyncSchemaColumn Classe

Membros SyncSchemaColumn

Namespace Microsoft.Synchronization.Data