Propriedade do RDL SsisServerExecution.Synchronized
Gets a value that indicates whether the execution is synchronized.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public ReadOnly Property Synchronized As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
True if the execution is synchronized; otherwise, false.
Implementa
IDTSServerExecution100.Synchronized