Partager via


Énumération DTSPackageInformationFlags

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Describes whether a package is a folder or package. It is used for setting a valid value in the Flags property.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSPackageInformationFlags
'Utilisation
Dim instance As DTSPackageInformationFlags
public enum DTSPackageInformationFlags
public enum class DTSPackageInformationFlags
type DTSPackageInformationFlags
public enum DTSPackageInformationFlags

Membres

Nom de membre Description
DTSPIF_FOLDER This is a folder.
DTSPIF_PACKAGE This is a package.

Notes

For more information, see DTSPackageInfoFlags.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper