Share via


ProjectStorageAttributes Enumeration

Specifies the attributes of project storage.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ProjectStorageAttributes
'Usage
Dim instance As ProjectStorageAttributes
[FlagsAttribute]
public enum ProjectStorageAttributes
[FlagsAttribute]
public enum class ProjectStorageAttributes
[<FlagsAttribute>]
type ProjectStorageAttributes
public enum ProjectStorageAttributes

Members

Member name Description
AllowSensitiveDataPersistence The attribute is AllowSensitiveDataPersistence.
None The attribute is None.
RequiresConsistency The attribute is RequiresConsistency.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace