Proprietà SsisServerExecution.Synchronized
Gets a value that indicates whether the execution is synchronized.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Synchronized As Boolean
Get
'Utilizzo
Dim instance As SsisServerExecution
Dim value As Boolean
value = instance.Synchronized
public bool Synchronized { get; }
public:
virtual property bool Synchronized {
bool get () sealed;
}
abstract Synchronized : bool
override Synchronized : bool
final function get Synchronized () : boolean
Valore proprietà
Tipo: System.Boolean
True if the execution is synchronized; otherwise, false.
Implementa
IDTSServerExecution100.Synchronized