UseFormatFile Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Ensamblado: Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)
Sintaxis
'Declaración
Property UseFormatFile As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Boolean
Vea también