SyncSchemaColumn::ProviderDataType Property

Gets or sets the SQL Server data type of the column.

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

public:
property String^ ProviderDataType {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The SQL Server data type of the column.

ExceptionCondition
ArgumentNullException

value is a nullptr.

ArgumentException

value does not represent a valid provider data type.

For a complete list of SQL Server data types, see SQL Server Books Online.

Show: