DTSProtectionLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DTSProtectionLevel
public enum DTSProtectionLevel
type DTSProtectionLevel =
Public Enum DTSProtectionLevel
- Inheritance
-
DTSProtectionLevel
Fields
Name | Value | Description |
---|---|---|
DTSPL_DONTSAVESENSITIVE | 0 | |
DTSPL_ENCRYPTSENSITIVE_USERKEY | 1 | |
DTSPL_ENCRYPTSENSITIVE_PASSWORD | 2 | |
DTSPL_ENCRYPTALL_PASSWORD | 3 | |
DTSPL_ENCRYPTALL_USERKEY | 4 | |
DTSPL_SERVERSTORAGE | 5 |