Partager via


Propriété SsisServerExecution.Synchronized

Gets a value that indicates whether the execution is synchronized.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Synchronized As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IDTSServerExecution100.Synchronized

Voir aussi

Référence

SsisServerExecution Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime