DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files (x86)/Microsoft SQL Server/110/DTS/Tasks/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Program Files (x86)/Microsoft SQL Server/110/DTS/Tasks/en/Microsoft.SqlServer.BulkInsertTask.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.SqlServer.BulkInsertTask</name>
  </assembly>
  <members>
    <member name="T:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask">
      <summary>Provides the properties and methods for the Bulk Insert task, which is the quickest way to copy large amounts of data into a SQL Server table or view. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask" /> class. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.AcceptBreakpointManager(Microsoft.SqlServer.Dts.Runtime.BreakpointManager)">
      <summary>Called by the run-time engine when a task or container is created, and is passed a <see cref="T:Microsoft.SqlServer.Dts.Runtime.BreakpointManager" /> to enable the task to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code.</summary>
      <param name="breakPointMgr">The breakpoint manager specific to this task.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.BatchSize">
      <summary>Gets or sets the number of rows in each batch.</summary>
      <returns>A Long that indicates the number of rows in each batch.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.CheckConstraints">
      <summary>Gets or sets a Boolean that indicates if you want to enforce table and column check constraints.</summary>
      <returns>true to enforce check constraints; false to ignore check constraints during bulk import operations.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.CodePage">
      <summary>Gets or sets the code page of the data in the data file.</summary>
      <returns>A String that indicates the code page of the data in the data file.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.DataFileType">
      <summary>Gets or sets a value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType" /> enumeration that indicates the data-type value to use in the load operation.</summary>
      <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType" /> enumeration that indicates the data-type value to use in the load operation.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.DebugMode">
      <summary>Gets or sets a Boolean that indicates whether a task should determine whether breakpoints are enabled. </summary>
      <returns>true if the task should determine whether breakpoints are enabled; false if the task can ignore all breakpoints.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.DestinationConnection">
      <summary>Gets or sets the name of the destination connection object.</summary>
      <returns>A String that contains the name of the of the destination connection object.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.DestinationTableName">
      <summary>Gets or sets the name of the destination table or view.</summary>
      <returns>A String that contains the name of the destination table or view.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.Execute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)">
      <summary>Runs the Bulk Insert task. </summary>
      <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns>
      <param name="connections">A collection of connections used by the task.</param>
      <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param>
      <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param>
      <param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param>
      <param name="transaction">The transaction object that the container is a part of. This value can be null.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.FieldTerminator">
      <summary>Gets or sets the field terminator for use in char and widechar data files. </summary>
      <returns>A String that indicates the field terminator for use in char and widechar data files.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.FireTriggers">
      <summary>Gets or sets a Boolean that indicates whether the insert triggers should be executed on the table during the operation.</summary>
      <returns>true if the insert triggers should be executed on the table during the operation; false if triggers are ignored.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.FirstRow">
      <summary>Gets or sets the first row from which to start copying.</summary>
      <returns>A Long that indicates the number of the first row to load. </returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.FormatFile">
      <summary>Gets or sets the full path of a format file.</summary>
      <returns>A String that indicates the path of the format file.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.InitializeTask(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,Microsoft.SqlServer.Dts.Runtime.EventInfos,Microsoft.SqlServer.Dts.Runtime.LogEntryInfos,Microsoft.SqlServer.Dts.Runtime.ObjectReferenceTracker)">
      <summary>Initializes the properties associated with the task. This method is called by the runtime and is not used in code.</summary>
      <param name="connections">A collection of connections used by the task.</param>
      <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param>
      <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface.</param>
      <param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param>
      <param name="eventInfos">A collection that contains events to be raised during execution of the task.</param>
      <param name="logEntryInfos">A collection of log entries.</param>
      <param name="refTracker">An object reference tracker.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.KeepIdentity">
      <summary>Gets or sets a Boolean that specifies how identity value or values in the imported data file are used for the identity column </summary>
      <returns>true if identity value or values in the imported data file should be used for the identity column. true assigns the values that are specified in the source file to the identity column; false ignores the identity-column values that are specified in the source. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.KeepNulls">
      <summary>Gets or sets a Boolean that indicates whether empty columns should retain a null value during the bulk load operation, or insert default values into the columns.</summary>
      <returns>true if empty columns should retain a null value during the bulk load operation; false if the specified default values should be inserted instead.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.LastRow">
      <summary>Gets or sets the number of the last row to copy.</summary>
      <returns>A Long that contains the number of the last row to copy.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)">
      <summary>This method is not callable by your application code. To load a package saved as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(System.String,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary>
      <param name="element">The node that contains the information to be loaded.</param>
      <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.MaximumErrors">
      <summary>Gets or sets the maximum number of errors that can occur before the bulk insert operation fails.</summary>
      <returns>A Long that indicates the maximum number of errors that can occur before the bulk load operation fails. </returns>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.ResumeExecution">
      <summary>Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. </summary>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.RowTerminator">
      <summary>Gets or sets the row terminator for use in char and widechar data files.</summary>
      <returns>A String that specifies the row terminator for use in char and widechar data files.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)">
      <summary>This method is not callable by your application code. To save a package as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(System.String,Microsoft.SqlServer.Dts.Runtime.Package,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary>
      <param name="doc">The XML document to save the information to.</param>
      <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.SortedData">
      <summary>Gets or sets the Order by clause in the bulk insert statement</summary>
      <returns>A String that contains the Order by clause used to sort the data. </returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.SourceConnection">
      <summary>Gets or sets the name of the source connection object.</summary>
      <returns>A String that contains the name of the source connection object.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.SqlStatement">
      <summary>Gets a String array that contains the Transact-SQL statement to run.</summary>
      <returns>A String array that contains the Transact-SQL statement to run.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.SuspendExecution">
      <summary>Indicates that the executable needs to suspend. This method is called by the runtime engine. </summary>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.SuspendRequired">
      <summary>Gets or sets a Boolean that indicates whether tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.</summary>
      <returns>true if the task suspends when it encounters a breakpoint.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.TableLock">
      <summary>Gets or sets a Boolean that indicates whether the table is locked during the bulk insert operation.</summary>
      <returns>true if you want to lock the table during the bulk insert; false if you do not want to lock it.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.UseFormatFile">
      <summary>Gets or sets a Boolean that indicates whether the Bulk Insert task uses a format file.</summary>
      <returns>true if the Bulk Insert task uses a format file.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask.Validate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)">
      <summary>Verifies that the Bulk Insert task component is correctly configured.</summary>
      <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns>
      <param name="connections">A collection of connections used by the task.</param>
      <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param>
      <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param>
      <param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param>
    </member>
    <member name="T:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType">
      <summary>Defines the type of file that provides the source data.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType.DTSBulkInsert_DataFileType_Char">
      <summary>Character format (default value).</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType.DTSBulkInsert_DataFileType_Native">
      <summary>Native (database) data types. Create the native data file by bulk copying data from SQL Server using the bcp utility.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType.DTSBulkInsert_DataFileType_WideChar">
      <summary>Unicode characters.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType.DTSBulkInsert_DataFileType_WideNative">
      <summary>Native (database) data types, except in char, varchar, and text columns, which store data as Unicode. Create the widenative data file by bulk copying data from SQL Server using the bcp utility.</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask">
      <summary>Defines the properties and methods for the Bulk Insert task.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.BatchSize">
      <summary>Gets or sets the number of rows in each batch.</summary>
      <returns>A Long that indicates the number of rows in each batch.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.CheckConstraints">
      <summary>Gets or sets a value that indicates whether you want to enforce table and column check constraints.</summary>
      <returns>true to enforce check constraints; false to ignore check constraints during bulk import operations.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.CodePage">
      <summary>Gets or sets the code page of the data in the data file.</summary>
      <returns>A String that indicates the code page of the data in the data file.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.DataFileType">
      <summary>Gets or sets a value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType" /> enumeration that indicates the data-type value to use in the load operation.</summary>
      <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.DTSBulkInsert_DataFileType" /> enumeration that indicates the data-type value to use in the load operation.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.DestinationConnection">
      <summary>Gets or sets the name of the destination connection object.</summary>
      <returns>A String that contains the name of the destination connection object.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.DestinationTableName">
      <summary>Gets or sets the name of the destination table or view.</summary>
      <returns>A String that contains the name of the destination table or view.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.FieldTerminator">
      <summary>Gets or sets the field terminator for use in char and widechar data files.</summary>
      <returns>A String that indicates the field terminator for use in char and widechar data files.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.FireTriggers">
      <summary>Gets or sets a value that indicates whether the insert triggers should be executed on the table during the operation.</summary>
      <returns>true if the insert triggers should be executed on the table during the operation; false if triggers are ignored.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.FirstRow">
      <summary>Gets or sets the first row from which to start copying.</summary>
      <returns>A Long that indicates the number of the first row to load.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.FormatFile">
      <summary>Gets or sets the full path of a format file.</summary>
      <returns>A String that indicates the path of the format file.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.KeepIdentity">
      <summary>Gets or sets a value that specifies how identity value or values in the imported data file are used for the identity column.</summary>
      <returns>true if identity value or values in the imported data file should be used for the identity column. true assigns the values that are specified in the source file to the identity column; false ignores the identity-column values that are specified in the source. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.KeepNulls">
      <summary>Gets or sets a value that indicates whether empty columns should retain a null value during the bulk load operation, or insert default values into the columns.</summary>
      <returns>true if empty columns should retain a null value during the bulk load operation; false if the specified default values should be inserted instead.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.LastRow">
      <summary>Gets or sets the number of the last row to copy.</summary>
      <returns>A Long that contains the number of the last row to copy.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.MaximumErrors">
      <summary>Gets or sets the maximum number of errors that can occur before the bulk insert operation fails.</summary>
      <returns>A Long that indicates the maximum number of errors that can occur before the bulk load operation fails.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.RowTerminator">
      <summary>Gets or sets the row terminator for use in char and widechar data files.</summary>
      <returns>A String that specifies the row terminator for use in char and widechar data files.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.SortedData">
      <summary>Gets or sets the Order by clause in the bulk insert statement.</summary>
      <returns>A String that contains the Order by clause used to sort the data.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.SourceConnection">
      <summary>Gets or sets the name of the source connection object.</summary>
      <returns>A String that contains the name of the source connection object.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.TableLock">
      <summary>Gets or sets a value that indicates whether the table is locked during the bulk insert operation.</summary>
      <returns>true if you want to lock the table during the bulk insert; false if you do not want to lock it.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.IDTSBulkInsertTask.UseFormatFile">
      <summary>Gets or sets a value that indicates whether the Bulk Insert task uses a format file.</summary>
      <returns>true if the Bulk Insert task uses a format file; otherwise, false.</returns>
    </member>
  </members>
</doc>

Anon7 - 2022
AnonSec Team