Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data type of the column that the DataColumnSurrogate object represents.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property DataType As Type
'Usage
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);
}
/** @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
The data type of the column.
See Also
Reference
DataColumnSurrogate Class
DataColumnSurrogate Members
Microsoft.Synchronization.Data Namespace