Classe SsisServerExecution
Represents the SSIS server execution.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.SsisServerExecution
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Class SsisServerExecution _
Implements IDTSServerExecution100
'Utilizzo
Dim instance As SsisServerExecution
public class SsisServerExecution : IDTSServerExecution100
public ref class SsisServerExecution : IDTSServerExecution100
type SsisServerExecution =
class
interface IDTSServerExecution100
end
public class SsisServerExecution implements IDTSServerExecution100
Nel tipo SsisServerExecution sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Dispose | Releases the resources used by the SsisServerExecution class. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da 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 | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.