共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime 命名空間