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.