Freigeben über


DTSPackageInformationFlags-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Enumeration DTSPackageInformationFlags
'Usage
Dim instance As DTSPackageInformationFlags
public enum DTSPackageInformationFlags
public enum class DTSPackageInformationFlags
type DTSPackageInformationFlags
public enum DTSPackageInformationFlags

Elemente

Elementname Beschreibung
DTSPIF_FOLDER This is a folder.
DTSPIF_PACKAGE This is a package.

Hinweise

For more information, see DTSPackageInfoFlags.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace