Proprietà IDTSBulkInsertTask.UseFormatFile
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a value that indicates whether the Bulk Insert task uses a format file.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Sintassi
'Dichiarazione
Property UseFormatFile As Boolean
Get
Set
'Utilizzo
Dim instance As IDTSBulkInsertTask
Dim value As Boolean
value = instance.UseFormatFile
instance.UseFormatFile = value
bool UseFormatFile { get; set; }
property bool UseFormatFile {
bool get ();
void set (bool value);
}
abstract UseFormatFile : bool with get, set
function get UseFormatFile () : boolean
function set UseFormatFile (value : boolean)
Valore proprietà
Tipo: System.Boolean
true if the Bulk Insert task uses a format file; otherwise, false.
Osservazioni
For more information, see BulkInsertTask.
Vedere anche
Riferimento
IDTSBulkInsertTask Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask