Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Members
| Member name | Description | |
|---|---|---|
| DTSPIF_FOLDER | This is a folder. | |
| DTSPIF_PACKAGE | This is a package. |
Remarks
For more information, see DTSPackageInfoFlags.