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 | |
---|---|---|
ASExecuteDDLTask | Initializes a new instance of the ASExecuteDDLTask class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (Hérité de Task.) | |
Equals | Determines whether two object instances are equal. (Hérité de DtsObject.) | |
Execute | Infrastructure. (Hérité de ASTaskBase.) | |
Finalize | (Hérité de Object.) | |
FireError(String, String) | Infrastructure. (Hérité de ASTaskBase.) | |
FireError(Int32, String, String, String) | Infrastructure. (Hérité de ASTaskBase.) | |
GetConnectionID | Gets a String containing the ID of the connection. (Hérité de Task.) | |
GetConnectionName | Gets a String containing the name of the connection. (Hérité de Task.) | |
GetHashCode | Returns the hash code for this instance. (Hérité de DtsObject.) | |
GetType | (Hérité de Object.) | |
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.) | |
InternalExecute | Infrastructure. (Se substitue à ASTaskBase. . :: . .InternalExecute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).) | |
InternalValidate | Infrastructure. (Se substitue à ASTaskBase. . :: . .InternalValidate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).) | |
LoadFromXML | This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method. | |
MemberwiseClone | (Hérité de Object.) | |
SaveToXML | This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method. | |
StopExecution | Infrastructure. (Hérité de ASTaskBase.) | |
SubscribeToProgressEvent | Infrastructure. (Hérité de ASTaskBase.) | |
ToString | (Hérité de Object.) | |
UnsubscribeToProgressEvent | Infrastructure. (Hérité de ASTaskBase.) | |
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.) | |
Validate | Infrastructure. (Hérité de ASTaskBase.) | |
ValidateConnection | Infrastructure. (Hérité de ASTaskBase.) | |
ValidateDDL | Infrastructure. (Se substitue à ASTaskBase. . :: . .ValidateDDL(VariableDispenser, Connections, Exception%).) | |
WriteLog | Infrastructure. (Hérité de ASTaskBase.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
bExecutionCanceled | Infrastructure. (Hérité de ASTaskBase.) | |
bTraceError | Infrastructure. (Hérité de ASTaskBase.) | |
ddl | Infrastructure. (Hérité de ASTaskBase.) | |
m_events | Infrastructure. (Hérité de ASTaskBase.) | |
server | Infrastructure. (Hérité de ASTaskBase.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ConnectionName | Infrastructure. (Hérité de ASTaskBase.) | |
ExecutionValue | Returns the result of the task execution. (Se substitue à Task. . :: . .ExecutionValue.) | |
ProgressEventName | Infrastructure. (Hérité de ASTaskBase.) | |
Source | Gets or sets the text of the DDL statement to be sent to the Analysis Services server. | |
SourceType | Gets or sets a value from the DDLSourceType enumeration indicating the source type that contains the DDL statements. | |
StatusEventName | Infrastructure. (Se substitue à ASTaskBase. . :: . .StatusEventName.) | |
SubComponentName | Infrastructure. (Se substitue à ASTaskBase. . :: . .SubComponentName.) | |
TaskDescription | Returns a description of the Analysis Services Execute DDL task. | |
TaskDisplayName | Returns the name of the Execute DDL task. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (Hérité de Task.) |
Haut de la page