Compartilhar via


Enumeração DTSPackageInformationFlags

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Enumeration DTSPackageInformationFlags
'Uso
Dim instance As DTSPackageInformationFlags
public enum DTSPackageInformationFlags
public enum class DTSPackageInformationFlags
type DTSPackageInformationFlags
public enum DTSPackageInformationFlags

Membros

Nome do membro Descrição
DTSPIF_FOLDER This is a folder.
DTSPIF_PACKAGE This is a package.

Comentários

For more information, see DTSPackageInfoFlags.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper