﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SqlServer.ActiveXScriptTask</name>
	</assembly>
	<members>
		<member name="N:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask">
			<summary>The <see cref="N:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask" /> namespace contains all the classes and interfaces required to create and use an ActiveX Script Task through code. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask">
			<summary>Enables migration for ActiveX scripts created in SQL Server 2000. The <see cref="T:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask" /> is not intended for future use. This class cannot be inherited. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask" /> class. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.Variables">
			<summary>Stores the <see cref="T:Microsoft.SqlServer.Dts.Runtime.Variables" /> collection, which contains a collection of <see cref="T:Microsoft.SqlServer.Dts.Runtime.Variable" /> objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.AcceptBreakpointManager(Microsoft.SqlServer.Dts.Runtime.BreakpointManager)">
			<summary>Passes a <see cref="T:Microsoft.SqlServer.Dts.Runtime.BreakpointManager" /> to a task. The task will use the breakpoint manager 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 that is specific to the task.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.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 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="M:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.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="M:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.ResumeExecution">
			<summary>Resumes execution of the task after pausing. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.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 which to save the information.</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="M:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.SuspendExecution">
			<summary>Indicates that the executable needs to suspend. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.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 task is properly configured.</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.IDTSComponentEvents" /> interface.</param>
			<param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.DebugMode">
			<summary>A Boolean that indicates if a task should check if breakpoints are enabled.</summary>
			<returns>true if the task should check for enabled breakpoints; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.EntryMethod">
			<summary>Stores the entry method for the corresponding scripting language.</summary>
			<returns>The entry method for the scripting language.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.ExecutionValue">
			<summary>Returns a user-defined object. This field is read-only.</summary>
			<returns>A user-defined object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.ExecutionValueProperty">
			<summary>Uses the <see cref="T:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ExecutionValueChoice" /> to determine what the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.ExecutionValue" /> will contain.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ExecutionValueChoice" /> value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.ScriptingLanguage">
			<summary>Gets or sets the name of the scripting language.</summary>
			<returns>A String that contains the name of the scripting language.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.ScriptText">
			<summary>Gets or sets the script to run.</summary>
			<returns>A String that contains the text of the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask.SuspendRequired">
			<summary>Gets or sets a Boolean that indicates whether tasks should suspend when they encounter a breakpoint. </summary>
			<returns>true indicates that the task suspends. false indicates that the task does not suspend.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ExecutionValueChoice">
			<summary>Determines what to return for the execution value of the task.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ExecutionValueChoice.ScriptingLanguage">
			<summary>Return the scripting language.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ExecutionValueChoice.TotalTimeTaken">
			<summary>Return the total time taken to run the task.</summary>
		</member>
	</members>
</doc>