Share via


IDTSProject100.ProtectionLevelRequireConsistency Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property ProtectionLevelRequireConsistency As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

IDTSProject100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace