|
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: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public string BulkInsertFilePath { get; set; }
Public Property BulkInsertFilePath As String
Get
Set
member BulkInsertFilePath : string with get, set
function get_BulkInsertFilePath();
function set_BulkInsertFilePath(value);
View SourceProperty Value
StringSee Also