SqlSyncProviderAdapterConfiguration::BulkTableTypeName Property

Gets or sets the table type name that Sync Framework uses for bulk procedures.

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

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

Property Value

Type: System::String
The table type name that Sync Framework uses for bulk procedures.
Show: