Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.