Compartir a través de


SsisServerExecution.Synchronized Propiedad

Gets a value that indicates whether the execution is synchronized.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Boolean
True if the execution is synchronized; otherwise, false.

Implementa

IDTSServerExecution100.Synchronized

Vea también

Referencia

SsisServerExecution Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime