SsisServerExecution.Synchronized 속성

Gets a value that indicates whether the execution is synchronized.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public ReadOnly Property Synchronized As Boolean 
    Get
‘사용 방법
Dim instance As SsisServerExecution 
Dim value As Boolean 

value = instance.Synchronized
public bool Synchronized { get; }
public:
virtual property bool Synchronized {
    bool get () sealed;
}
abstract Synchronized : bool 
override Synchronized : bool
final function get Synchronized () : boolean

속성 값

유형: System.Boolean
True if the execution is synchronized; otherwise, false.

구현

IDTSServerExecution100.Synchronized

참고 항목

참조

SsisServerExecution 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스