Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the full path of a format file.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Syntax
'Declaration
Property FormatFile As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that indicates the path of the format file.
Remarks
For more information, see BulkInsertTask.