|
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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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