Compartilhar via


Propriedade do RDL IDTSProject100.ProtectionLevelRequireConsistency

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
ReadOnly Property ProtectionLevelRequireConsistency As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IDTSProject100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper