ConnectionManagerHostClass.ProtectionLevel 属性

定义

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSProtectionLevel ProtectionLevel { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSProtectionLevel get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSProtectionLevel value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSProtectionLevel with get, set
Public Overridable Property ProtectionLevel As DTSProtectionLevel

属性值

DTSProtectionLevel 枚举的枚举值之一。

实现

注解

有关详细信息,请参阅 ConnectionManager

适用于