Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Identifies the tool that created the package.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Enumeration DTSPackageType
'Utilisation
Dim instance As DTSPackageType
public enum DTSPackageType
public enum class DTSPackageType
type DTSPackageType
public enum DTSPackageType
Membres
| Nom de membre | Description | |
|---|---|---|
| DTSPKT_DEFAULT | Undefined. | |
| DTSPKT_DTSDESIGNER | Specifies that the package was created in the designer in SQL Server 2000. | |
| DTSPKT_DTSDESIGNER100 | Specifies that the package was created in SSIS Designer in SQL Server 2008 Integration Services (SSIS). | |
| DTSPKT_DTSWIZARD | Specifies that the package was created by the SQL Server Import and Export Wizard. | |
| DTSPKT_SQLDBMAINT | Specifies that the DBMaint client created the package. | |
| DTSPKT_SQLREPL | Specifies that the package was generated to support transformable subscriptions. |
Notes
For more information, see DTSPackageType.