Compartir a través de


IDTSServerExecution100.Synchronized Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a value that indicates whether the instance of execution is synchronized.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Synchronized As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

For more information, see SsisServerExecution.

Vea también

Referencia

IDTSServerExecution100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper