ProjectStorageAttributes 枚举
Specifies the attributes of project storage.
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration ProjectStorageAttributes
用法
Dim instance As ProjectStorageAttributes
[FlagsAttribute]
public enum ProjectStorageAttributes
[FlagsAttribute]
public enum class ProjectStorageAttributes
[<FlagsAttribute>]
type ProjectStorageAttributes
public enum ProjectStorageAttributes
成员
成员名称 | 说明 | |
---|---|---|
AllowSensitiveDataPersistence | The attribute is AllowSensitiveDataPersistence. | |
None | The attribute is None. | |
RequiresConsistency | The attribute is RequiresConsistency. |