次の方法で共有


ProjectStorageAttributes 列挙体

プロジェクトのストレージの属性を指定します。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする 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 属性は AllowSensitiveDataPersistence です。
None 属性は None です。
RequiresConsistency 属性は RequiresConsistency です。

関連項目

参照

Microsoft.SqlServer.Dts.Runtime 名前空間