IDTSBulkInsertTask.FormatFile プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
フォーマット ファイルの完全なパスを取得します。値の設定も可能です。
名前空間: 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
フォーマット ファイルのパスを示す String です。
説明
詳細については、「BulkInsertTask」を参照してください。