ProtectionLevel 属性

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  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)

实现

IDTSConnectionManager100. . :: . .ProtectionLevel