Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets a value that indicates whether the instance of execution is synchronized.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property Synchronized As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if the instance of execution is synchronized; otherwise, false.
Hinweise
For more information, see SsisServerExecution.