ASExecuteDDLTask-Member
Executes Data Definition Language (DDL) commands against an instance of Microsoft SQL Server Analysis Services.
Der ASExecuteDDLTask-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ASExecuteDDLTask | Initializes a new instance of the ASExecuteDDLTask class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (Geerbt von Task.) | |
Equals | Determines whether two object instances are equal. (Geerbt von DtsObject.) | |
Execute | Infrastruktur. (Geerbt von ASTaskBase.) | |
Finalize | (Geerbt von Object.) | |
FireError(String, String) | Infrastruktur. (Geerbt von ASTaskBase.) | |
FireError(Int32, String, String, String) | Infrastruktur. (Geerbt von ASTaskBase.) | |
GetConnectionID | Gets a String containing the ID of the connection. (Geerbt von Task.) | |
GetConnectionName | Gets a String containing the name of the connection. (Geerbt von Task.) | |
GetHashCode | Returns the hash code for this instance. (Geerbt von DtsObject.) | |
GetType | (Geerbt von Object.) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Geerbt von Task.) | |
InternalExecute | Infrastruktur. (Überschreibt ASTaskBase. . :: . .InternalExecute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).) | |
InternalValidate | Infrastruktur. (Überschreibt 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 | (Geerbt von Object.) | |
SaveToXML | This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method. | |
StopExecution | Infrastruktur. (Geerbt von ASTaskBase.) | |
SubscribeToProgressEvent | Infrastruktur. (Geerbt von ASTaskBase.) | |
ToString | (Geerbt von Object.) | |
UnsubscribeToProgressEvent | Infrastruktur. (Geerbt von ASTaskBase.) | |
Update | *** Member deprecated; see Remarks. *** This method updates the old package XML with the new package XML if CanUpdate is set to true. (Geerbt von Task.) | |
Validate | Infrastruktur. (Geerbt von ASTaskBase.) | |
ValidateConnection | Infrastruktur. (Geerbt von ASTaskBase.) | |
ValidateDDL | Infrastruktur. (Überschreibt ASTaskBase. . :: . .ValidateDDL(VariableDispenser, Connections, Exception%).) | |
WriteLog | Infrastruktur. (Geerbt von ASTaskBase.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
bExecutionCanceled | Infrastruktur. (Geerbt von ASTaskBase.) | |
bTraceError | Infrastruktur. (Geerbt von ASTaskBase.) | |
ddl | Infrastruktur. (Geerbt von ASTaskBase.) | |
m_events | Infrastruktur. (Geerbt von ASTaskBase.) | |
server | Infrastruktur. (Geerbt von ASTaskBase.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ConnectionName | Infrastruktur. (Geerbt von ASTaskBase.) | |
ExecutionValue | Returns the result of the task execution. (Überschreibt Task. . :: . .ExecutionValue.) | |
ProgressEventName | Infrastruktur. (Geerbt von 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 | Infrastruktur. (Überschreibt ASTaskBase. . :: . .StatusEventName.) | |
SubComponentName | Infrastruktur. (Überschreibt 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. (Geerbt von Task.) |
Zum Anfang