Partager via


Membres ASExecuteDDLTask

Executes Data Definition Language (DDL) commands against an instance of Microsoft SQL Server Analysis Services.

Le type ASExecuteDDLTask expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ASExecuteDDLTask Initializes a new instance of the ASExecuteDDLTask class.

Haut de la page

Méthodes

  Nom Description
Méthode publique CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Hérité de Task.)
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode publique Execute Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée Finalize (Hérité de Object.)
Méthode protégée FireError(String, String) Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée FireError(Int32, String, String, String) Infrastructure. (Hérité de ASTaskBase.)
Méthode publique GetConnectionID Gets a String containing the ID of the connection. (Hérité de Task.)
Méthode publique GetConnectionName Gets a String containing the name of the connection. (Hérité de Task.)
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode publique InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Hérité de Task.)
Méthode protégée InternalExecute Infrastructure. (Se substitue à ASTaskBase. . :: . .InternalExecute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).)
Méthode protégée InternalValidate Infrastructure. (Se substitue à ASTaskBase. . :: . .InternalValidate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).)
Méthode publique LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Méthode protégée StopExecution Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée SubscribeToProgressEvent Infrastructure. (Hérité de ASTaskBase.)
Méthode publique ToString (Hérité de Object.)
Méthode protégée UnsubscribeToProgressEvent Infrastructure. (Hérité de ASTaskBase.)
Méthode publique Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (Hérité de Task.)
Méthode publique Validate Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée ValidateConnection Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée ValidateDDL Infrastructure. (Se substitue à ASTaskBase. . :: . .ValidateDDL(VariableDispenser, Connections, Exception%).)
Méthode protégée WriteLog Infrastructure. (Hérité de ASTaskBase.)

Haut de la page

Champs

  Nom Description
Champ protégé bExecutionCanceled Infrastructure. (Hérité de ASTaskBase.)
Champ protégé bTraceError Infrastructure. (Hérité de ASTaskBase.)
Champ protégé ddl Infrastructure. (Hérité de ASTaskBase.)
Champ protégé m_events Infrastructure. (Hérité de ASTaskBase.)
Champ protégé server Infrastructure. (Hérité de ASTaskBase.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ConnectionName Infrastructure. (Hérité de ASTaskBase.)
Propriété publique ExecutionValue Returns the result of the task execution. (Se substitue à Task. . :: . .ExecutionValue.)
Propriété protégée ProgressEventName Infrastructure. (Hérité de ASTaskBase.)
Propriété publique Source Gets or sets the text of the DDL statement to be sent to the Analysis Services server.
Propriété publique SourceType Gets or sets a value from the DDLSourceType enumeration indicating the source type that contains the DDL statements.
Propriété protégée StatusEventName Infrastructure. (Se substitue à ASTaskBase. . :: . .StatusEventName.)
Propriété protégée SubComponentName Infrastructure. (Se substitue à ASTaskBase. . :: . .SubComponentName.)
Propriété publiqueMembre statique TaskDescription Returns a description of the Analysis Services Execute DDL task.
Propriété publiqueMembre statique TaskDisplayName Returns the name of the Execute DDL task.
Propriété publique Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Hérité de Task.)

Haut de la page