Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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. |