IDTSBulkInsertTask.FormatFile 属性

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

Gets or sets the full path of a format file.

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

语法

声明
Property FormatFile As String 
    Get 
    Set
用法
Dim instance As IDTSBulkInsertTask 
Dim value As String 

value = instance.FormatFile

instance.FormatFile = value
string FormatFile { get; set; }
property String^ FormatFile {
    String^ get ();
    void set (String^ value);
}
abstract FormatFile : string with get, set
function get FormatFile () : String 
function set FormatFile (value : String)

属性值

类型:System.String
A String that indicates the path of the format file.

注释

For more information, see BulkInsertTask.

请参阅

参考

IDTSBulkInsertTask 接口

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask 命名空间