Freigeben über


IDTSServerExecution100.Synchronized-Eigenschaft

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.

Siehe auch

Verweis

IDTSServerExecution100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace