Partager via


Énumération ProjectStorageAttributes

Specifies the attributes of project storage.

Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs membres.

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

Syntaxe

'Déclaration
<FlagsAttribute> _
Public Enumeration ProjectStorageAttributes
'Utilisation
Dim instance As ProjectStorageAttributes
[FlagsAttribute]
public enum ProjectStorageAttributes
[FlagsAttribute]
public enum class ProjectStorageAttributes
[<FlagsAttribute>]
type ProjectStorageAttributes
public enum ProjectStorageAttributes

Membres

Nom de membre Description
AllowSensitiveDataPersistence The attribute is AllowSensitiveDataPersistence.
None The attribute is None.
RequiresConsistency The attribute is RequiresConsistency.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime