DTSProcessingTask Members

Include Protected Members
Include Inherited Members

Processes objects in a Microsoft SQL Server Analysis Services database.

The DTSProcessingTask type exposes the following members.

Constructors

  Name Description
Public method DTSProcessingTask() Initializes a new instance of the DTSProcessingTask class.

Top

Methods

  Name Description
Public method CanUpdate(String) *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Inherited from Task.)
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Public method Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object) Infrastructure. (Inherited from ASTaskBase.)
Protected method Finalize() (Inherited from Object.)
Protected method FireError(String, String) Infrastructure. (Inherited from ASTaskBase.)
Protected method FireError(Int32, String, String, String) Infrastructure. (Inherited from ASTaskBase.)
Public method GetConnectionID(Connections, String) Gets a String containing the ID of the connection. (Inherited from Task.)
Public method GetConnectionName(Connections, String) Gets a String containing the name of the connection. (Inherited from Task.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Public method InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker) Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Inherited from Task.)
Protected method InternalExecute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object) Infrastructure. (Inherited from ASTaskBase.)
Protected method InternalValidate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging) Infrastructure. (Inherited from ASTaskBase.)
Public method LoadFromXML(XmlElement, IDTSInfoEvents) Loads the task information from XML. This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
Protected method MemberwiseClone() (Inherited from Object.)
Public method SaveToXML(XmlDocument, IDTSInfoEvents) Saves component information to the package XML. This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
Protected method StopExecution() Infrastructure. (Inherited from ASTaskBase.)
Protected method SubscribeToProgressEvent(SessionTrace) Infrastructure. (Inherited from ASTaskBase.)
Public method ToString() (Inherited from Object.)
Protected method UnsubscribeToProgressEvent(SessionTrace) Infrastructure. (Inherited from ASTaskBase.)
Public method Update(String%) *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (Inherited from Task.)
Public method Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging) Infrastructure. (Inherited from ASTaskBase.)
Protected method ValidateConnection(Connections) Infrastructure. (Inherited from ASTaskBase.)
Protected method ValidateDDL(VariableDispenser, Connections, Exception%) Infrastructure. (Inherited from ASTaskBase.)
Protected method WriteLog(IDTSLogging, String) Infrastructure. (Inherited from ASTaskBase.)

Top

Fields

  Name Description
Protected field bExecutionCanceled Infrastructure. (Inherited from ASTaskBase.)
Protected field bTraceError Infrastructure. (Inherited from ASTaskBase.)
Protected field ddl Infrastructure. (Inherited from ASTaskBase.)
Protected field m_events Infrastructure. (Inherited from ASTaskBase.)
Protected field server Infrastructure. (Inherited from ASTaskBase.)

Top

Properties

  Name Description
Public property ConnectionName Infrastructure. (Inherited from ASTaskBase.)
Public property ExecutionValue Returns a user-defined object. This field is read-only. (Inherited from Task.)
Public property ProcessingCommands Gets or sets the text of the processing command to be sent to the Analysis Services server.
Protected property ProgressEventName Infrastructure. (Inherited from ASTaskBase.)
Protected property StatusEventName Infrastructure. (Inherited from ASTaskBase.)
Protected property SubComponentName Infrastructure. (Inherited from ASTaskBase.)
Public propertyStatic member TaskDescription Gets the description of the Analysis Services Processing task.
Public propertyStatic member TaskDisplayName Gets the unique name for the Analysis Services Processing task.
Public property Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Inherited from Task.)

Top