Właściwość IDTSBulkInsertTask.UseFormatFile
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Zestaw: Microsoft.SqlServer.BulkInsertTask (w Microsoft.SqlServer.BulkInsertTask.dll)
Składnia
'Deklaracja
Property UseFormatFile As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
Zobacz także