FormatFile プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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)