Поделиться через


Свойство IDTSProject100.ProtectionLevelRequireConsistency

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets whether consistency is required for the level of protection on the project.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
ReadOnly Property ProtectionLevelRequireConsistency As Boolean 
    Get
'Применение
Dim instance As IDTSProject100 
Dim value As Boolean 

value = instance.ProtectionLevelRequireConsistency
bool ProtectionLevelRequireConsistency { get; }
property bool ProtectionLevelRequireConsistency {
    bool get ();
}
abstract ProtectionLevelRequireConsistency : bool
function get ProtectionLevelRequireConsistency () : boolean

Значение свойства

Тип: System.Boolean
True if consistency is required for the level of protection on the project; otherwise, false.

См. также

Справочник

IDTSProject100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper