IDTSProject100.GetProtectionLevel メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

プロジェクトの保護レベルを取得します。

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

構文

'宣言
Function GetProtectionLevel As DTSProtectionLevel
'使用
Dim instance As IDTSProject100 
Dim returnValue As DTSProtectionLevel 

returnValue = instance.GetProtectionLevel()
DTSProtectionLevel GetProtectionLevel()
DTSProtectionLevel GetProtectionLevel()
abstract GetProtectionLevel : unit -> DTSProtectionLevel
function GetProtectionLevel() : DTSProtectionLevel

戻り値

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

関連項目

参照

IDTSProject100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間