Aracılığıyla paylaş


IDTSConnectionManager100.ProtectionLevel Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Daha fazla bilgi için, bkz. ConnectionManager.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)

Sözdizimi

'Bildirim
Property ProtectionLevel As DTSProtectionLevel
    Get
    Set
'Kullanım
Dim instance As IDTSConnectionManager100
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)