Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |