Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets a value that indicates whether the instance of execution is synchronized.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property Synchronized As Boolean
Get
'Utilisation
Dim instance As IDTSServerExecution100
Dim value As Boolean
value = instance.Synchronized
bool Synchronized { get; }
property bool Synchronized {
bool get ();
}
abstract Synchronized : bool
function get Synchronized () : boolean
Valeur de propriété
Type : System.Boolean
true if the instance of execution is synchronized; otherwise, false.
Notes
For more information, see SsisServerExecution.