Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |