Share via


IDTSServerExecution100.Synchronized Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

Type: System.Boolean
true if the instance of execution is synchronized; otherwise, false.

Remarks

For more information, see SsisServerExecution.

See Also

Reference

IDTSServerExecution100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace