UseFormatFile 属性

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集:  Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)

语法

声明
Property UseFormatFile As Boolean
    Get
    Set
用法
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)

属性值

类型:System. . :: . .Boolean