|
DataInserterBulkInsertSettings Property
|
This setting defines the SQL Server BULK INSERT settings that will be used if a BULK INSERT is performed.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic string BulkInsertSettings { get; set; }
Public Property BulkInsertSettings As String
Get
Set
public:
property String^ BulkInsertSettings {
String^ get ();
void set (String^ value);
}
member BulkInsertSettings : string with get, set
function get_BulkInsertSettings();
function set_BulkInsertSettings(value);
View SourceProperty Value
String
See Also