Clase ASTaskBase
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the Analysis Services task base.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Task
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask
Espacio de nombres: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Ensamblado: Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)
Sintaxis
'Declaración
Public MustInherit Class ASTaskBase _
Inherits Task
'Uso
Dim instance As ASTaskBase
public abstract class ASTaskBase : Task
public ref class ASTaskBase abstract : public Task
[<AbstractClassAttribute>]
type ASTaskBase =
class
inherit Task
end
public abstract class ASTaskBase extends Task
El tipo ASTaskBase expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ASTaskBase | Infraestructura. Initializes a new instance of the ASTaskBase class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ConnectionName | Infraestructura. Gets or sets the name of the connection for the analysis services task. | |
ExecutionValue | Returns a user-defined object. This field is read-only. (Se hereda de Task.) | |
ProgressEventName | Infraestructura. Gets the name of the progress event for the analysis services task. | |
StatusEventName | Infraestructura. Gets the name of the status event for the analysis services task. | |
SubComponentName | Infraestructura. Gets the name of the sub component for the analysis services task. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (Se hereda de Task.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (Se hereda de Task.) | |
Equals | Determines whether two object instances are equal. (Se hereda de DtsObject.) | |
Execute | Infraestructura. Executes the analysis services task. (Invalida Task.Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).) | |
Finalize | (Se hereda de Object.) | |
FireError(String, String) | Infraestructura. Raises an event when an error occurs. | |
FireError(Int32, String, String, String) | Infraestructura. Raises an event when an error occurs. | |
GetConnectionID | Gets a String containing the ID of the connection. (Se hereda de Task.) | |
GetConnectionName | Gets a String containing the name of the connection. (Se hereda de Task.) | |
GetHashCode | Returns the hash code for this instance. (Se hereda de DtsObject.) | |
GetType | (Se hereda de Object.) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Se hereda de Task.) | |
InternalExecute | Infraestructura. Executes the task internally. | |
InternalValidate | Infraestructura. Validates the task internally. | |
MemberwiseClone | (Se hereda de Object.) | |
StopExecution | Infraestructura. Stops the execution of the analysis service task. | |
SubscribeToProgressEvent | Infraestructura. Subscribes the task to progress event. | |
ToString | (Se hereda de Object.) | |
UnsubscribeToProgressEvent | Infraestructura. Unsubscribes the task from the progress event. | |
Update | *** Member deprecated; see Remarks. *** This method updates the old package XML with the new package XML if CanUpdate is set to true. (Se hereda de Task.) | |
Validate | Infraestructura. Validates the analysis service task. (Invalida Task.Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).) | |
ValidateConnection | Infraestructura. Validates the task connection. | |
ValidateDDL | Infraestructura. Validates the data definition language. | |
WriteLog | Infraestructura. Writes a log for the task. |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
bExecutionCanceled | Infraestructura. The execution is cancelled. | |
bTraceError | Infraestructura. The trace error. | |
ddl | Infraestructura. The data definition language. | |
m_events | Infraestructura. The events. | |
server | Infraestructura. The server. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask