Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |