Udostępnij za pośrednictwem


Właściwość IDTSPackage100.ProtectionLevel

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Ten interfejs jest implementowany przez Package i PackageNeutral interfejsów.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Property ProtectionLevel As DTSProtectionLevel
    Get
    Set
'Użycie
Dim instance As IDTSPackage100
Dim value As DTSProtectionLevel

value = instance.ProtectionLevel

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