﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SqlServer.ASTasks</name>
	</assembly>
	<members>
		<member name="N:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask">
			<summary>The <see cref="N:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask" /> namespace provides the classes that define and support the Analysis Services Processing task (<see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask" />) and the Analysis Services Execute DDL task (<see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask" />).</summary>
		</member>
		<member name="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask">
			<summary>Executes Data Definition Language (DDL) commands against an instance of Microsoft SQL Server Analysis Services.</summary>
		</member>
		<member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask" /> class. </summary>
		</member>
		<member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.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="rootNode">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.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.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="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.ExecutionValue">
			<summary>Returns the result of the task execution.</summary>
			<returns>A user-defined object.</returns>
		</member>
		<member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.Source">
			<summary>Gets or sets the text of the DDL statement to be sent to the Analysis Services server.</summary>
			<returns>The text of the DDL statement to be sent to the Analysis Services server.</returns>
		</member>
		<member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.SourceType">
			<summary>Gets or sets a value from the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType" /> enumeration indicating the source type that contains the DDL statements.</summary>
			<returns>A value from the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType" /> enumeration.</returns>
		</member>
		<member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.TaskDescription">
			<summary>Returns a description of the Analysis Services Execute DDL task.</summary>
			<returns>The description of the Analysis Services Execute DDL task.</returns>
		</member>
		<member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.TaskDisplayName">
			<summary>Returns the name of the Execute DDL task.</summary>
			<returns>The name of the task.</returns>
		</member>
		<member name="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType">
			<summary>This enumeration provides values that indicate where the DDL source is located.</summary>
		</member>
		<member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType.DirectInput">
			<summary>Indicates that the DDL source is contained in the <see cref="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.Source" /> property.</summary>
		</member>
		<member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType.FileConnection">
			<summary>Indicates that the DDL source is contained in a FILE connection.</summary>
		</member>
		<member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType.Variable">
			<summary>Indicates that the DDL source is contained in a <see cref="T:Microsoft.SqlServer.Dts.Runtime.Variable" />.</summary>
		</member>
		<member name="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask">
			<summary>Processes objects in a Microsoft SQL Server Analysis Services database.</summary>
		</member>
		<member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask" /> class. </summary>
		</member>
		<member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)">
			<summary>Loads the task information from XML. 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="rootNode">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.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)">
			<summary>Saves component information to the package XML. 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="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.ProcessingCommands">
			<summary>Gets or sets the text of the processing command to be sent to the Analysis Services server.</summary>
			<returns>The text of the processing command to be sent to the Analysis Services server.</returns>
		</member>
		<member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.TaskDescription">
			<summary>Gets the description of the Analysis Services Processing task.</summary>
			<returns>The description of the Analysis Services Processing task.</returns>
		</member>
		<member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.TaskDisplayName">
			<summary>Gets the unique name for the Analysis Services Processing task.</summary>
			<returns>The unique name for the Analysis Services Processing task.</returns>
		</member>
	</members>
</doc>