Exec80PackageTask.Locations 열거형
Indicates the type of storage in which the Microsoft SQL Server 2000 Data Transformation Services package to be executed by a Exec80PackageTask is located.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
어셈블리: Microsoft.SqlServer.Exec80PackageTask(Microsoft.SqlServer.Exec80PackageTask.dll)
구문
‘선언
Public Enumeration Locations
‘사용 방법
Dim instance As Exec80PackageTask.Locations
public enum Locations
public enum class Locations
type Locations
public enum Locations
멤버
멤버 이름 | 설명 | |
---|---|---|
SqlServer | The DTS package is stored in the msdb database for an instance of Microsoft SQL Server 2000. | |
StorageFile | The DTS package is stored in a structured storage file. | |
EmbeddedInTask | The DTS package is stored in the Exec80PackageTask. |