次の方法で共有


Project.ProtectionLevel プロパティ

プロジェクトの保護レベルを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'使用
Dim instance As Project 
Dim value As DTSProtectionLevel 

value = instance.ProtectionLevel

instance.ProtectionLevel = value
public DTSProtectionLevel ProtectionLevel { get; set; }
public:
property DTSProtectionLevel ProtectionLevel {
    DTSProtectionLevel get ();
    void set (DTSProtectionLevel value);
}
member ProtectionLevel : DTSProtectionLevel with get, set
function get ProtectionLevel () : DTSProtectionLevel 
function set ProtectionLevel (value : DTSProtectionLevel)

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.DTSProtectionLevel
プロジェクトの保護レベル。

関連項目

参照

Project クラス

Microsoft.SqlServer.Dts.Runtime 名前空間