ManagedWrapper.ProtectionLevel 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the protection level of the wrapper.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Property ProtectionLevel As DTSProtectionLevel
Get
Set
用法
Dim instance As ManagedWrapper
Dim value As DTSProtectionLevel
value = instance.ProtectionLevel
instance.ProtectionLevel = value
public DTSProtectionLevel ProtectionLevel { get; set; }
public:
virtual property DTSProtectionLevel ProtectionLevel {
DTSProtectionLevel get () sealed;
void set (DTSProtectionLevel value) sealed;
}
abstract ProtectionLevel : DTSProtectionLevel with get, set
override ProtectionLevel : DTSProtectionLevel with get, set
final function get ProtectionLevel () : DTSProtectionLevel
final function set ProtectionLevel (value : DTSProtectionLevel)
属性值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
The protection level of the wrapper.
实现
IDTSConnectionManager100.ProtectionLevel