UseFormatFile プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
アセンブリ: Microsoft.SqlServer.BulkInsertTask (Microsoft.SqlServer.BulkInsertTask.dll)
構文
'宣言
Property UseFormatFile As Boolean
Get
Set
'使用
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)