ExecutionLocation 속성

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

For more information, see TaskHost.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap.dll의 Microsoft.SqlServer.DTSRuntimeWrap

구문

‘선언
Property ExecutionLocation As DTSExecutionLocation
    Get
    Set
‘사용 방법
Dim instance As IDTSExecutionLocation100
Dim value As DTSExecutionLocation

value = instance.ExecutionLocation

instance.ExecutionLocation = value
DTSExecutionLocation ExecutionLocation { get; set; }
property DTSExecutionLocation ExecutionLocation {
    DTSExecutionLocation get ();
    void set (DTSExecutionLocation value);
}
abstract ExecutionLocation : DTSExecutionLocation with get, set
function get ExecutionLocation () : DTSExecutionLocation
function set ExecutionLocation (value : DTSExecutionLocation)