Condividi tramite


Enumerazione DTSPackageInformationFlags

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSPackageInformationFlags
'Utilizzo
Dim instance As DTSPackageInformationFlags
public enum DTSPackageInformationFlags
public enum class DTSPackageInformationFlags
type DTSPackageInformationFlags
public enum DTSPackageInformationFlags

Membri

Nome membro Descrizione
DTSPIF_FOLDER This is a folder.
DTSPIF_PACKAGE This is a package.

Osservazioni

For more information, see DTSPackageInfoFlags.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper