Compartilhar via


Propriedade do RDL FormatFile

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (em Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxe

'Declaração
Property FormatFile As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String