DTSProtectionLevel Enumeration
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see DTSProtectionLevel.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSProtectionLevel
'Usage
Dim instance As DTSProtectionLevel
public enum DTSProtectionLevel
public enum class DTSProtectionLevel
type DTSProtectionLevel
public enum DTSProtectionLevel
Members
| Member name | Description | |
|---|---|---|
| DTSPL_DONTSAVESENSITIVE | ||
| DTSPL_ENCRYPTSENSITIVE_USERKEY | ||
| DTSPL_ENCRYPTSENSITIVE_PASSWORD | ||
| DTSPL_ENCRYPTALL_PASSWORD | ||
| DTSPL_ENCRYPTALL_USERKEY | ||
| DTSPL_SERVERSTORAGE |