Classe SsisServerExecution
Represents the SSIS server execution.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.SsisServerExecution
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Class SsisServerExecution _
Implements IDTSServerExecution100
'Uso
Dim instance As SsisServerExecution
public class SsisServerExecution : IDTSServerExecution100
public ref class SsisServerExecution : IDTSServerExecution100
type SsisServerExecution =
class
interface IDTSServerExecution100
end
public class SsisServerExecution implements IDTSServerExecution100
O tipo SsisServerExecution expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ExecutionID | Gets the execution identifier of the instance. | |
ExecutionStatus | Gets a value that indicates the current status of the execution of the SsisServerExecution object. | |
Synchronized | Gets a value that indicates whether the execution is synchronized. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Dispose | Releases the resources used by the SsisServerExecution class. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
SetCallerInfo | Sets the caller information of server. | |
SetParameterValue | Sets a parameter value to the server. | |
SetPropertyOverrideValue | Sets the property value to the SsisServerExecution instance. | |
Start | Starts the execution for the SsisServerExecution instance. | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.