Partager via


Propriété IDTSPackageInfo100.Flags

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

For more information, see PackageInfo.

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

Syntaxe

'Déclaration
ReadOnly Property Flags As DTSPackageInformationFlags 
    Get
'Utilisation
Dim instance As IDTSPackageInfo100 
Dim value As DTSPackageInformationFlags 

value = instance.Flags
DTSPackageInformationFlags Flags { get; }
property DTSPackageInformationFlags Flags {
    DTSPackageInformationFlags get ();
}
abstract Flags : DTSPackageInformationFlags
function get Flags () : DTSPackageInformationFlags

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPackageInformationFlags

Voir aussi

Référence

IDTSPackageInfo100 Interface

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