|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic string BulkInsertFilePath { get; set; }Public Property BulkInsertFilePath As String
Get
Set
public:
property String^ BulkInsertFilePath {
String^ get ();
void set (String^ value);
}member BulkInsertFilePath : string with get, set
function get_BulkInsertFilePath();
function set_BulkInsertFilePath(value);
View SourceProperty Value
String
See Also