DataInserterBulkInsertFilePath Property
This setting defines the file path that will be used when writing a temporary BULK INSERT file that will be needed if a
SQL Server BULK INSERT is performed - make sure the destination SQL Server has rights to this path.
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.165 -- Release Build+f2de1f3c03632b89a9c6593906149f1c7d061b33
public string BulkInsertFilePath { get; set; }
Public Property BulkInsertFilePath As String
Get
Set
public:
property String^ BulkInsertFilePath {
String^ get ();
void set (String^ value);
}
function get_BulkInsertFilePath();
function set_BulkInsertFilePath(value);
Property Value
String