Partager via


Propriété IDTSProject100.ProtectionLevelRequireConsistency

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property ProtectionLevelRequireConsistency As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSProject100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper