Location 속성
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
어셈블리: Microsoft.SqlServer.Exec80PackageTask(Microsoft.SqlServer.Exec80PackageTask.dll)
구문
‘선언
Property Location As Exec80PackageTask..::..Locations
Get
Set
‘사용 방법
Dim instance As IDTSExec80PackageTask
Dim value As Exec80PackageTask..::..Locations
value = instance.Location
instance.Location = value
Exec80PackageTask..::..Locations Location { get; set; }
property Exec80PackageTask..::..Locations Location {
Exec80PackageTask..::..Locations get ();
void set (Exec80PackageTask..::..Locations value);
}
abstract Location : Exec80PackageTask..::..Locations with get, set
function get Location () : Exec80PackageTask..::..Locations
function set Location (value : Exec80PackageTask..::..Locations)