Condividi tramite


Proprietà IDTSProject100.ProtectionLevelRequireConsistency

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property ProtectionLevelRequireConsistency As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSProject100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper