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 命名空間