Propriedade do RDL IDTSServerExecution100.Synchronized
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a value that indicates whether the instance of execution is synchronized.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the instance of execution is synchronized; otherwise, false.
Comentários
For more information, see SsisServerExecution.