Udostępnij za pośrednictwem


SyncSchemaColumn.DataType Property

Gets or sets a Type object that represents the type of data stored in the column.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property DataType As Type
public Type DataType { get; set; }
public:
property Type^ DataType {
    Type^ get ();
    void set (Type^ value);
}
/** @property */
public Type get_DataType ()

/** @property */
public void set_DataType (Type value)
public function get DataType () : Type

public function set DataType (value : Type)

Property Value

A Type object that represents the type of data stored in the column.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace