Exec80PackageTask.Locations Enumeration

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 (in microsoft.sqlserver.exec80packagetask.dll)

语法

声明
Public Enumeration Locations
public enum Locations
public enum class Locations
public enum Locations
public enum Locations

Members

Member name Description
EmbeddedInTask The DTS package is stored in the Exec80PackageTask.
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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace