Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Eigenschaftswert
Typ: System.Boolean
True if consistency is required for the level of protection on the project; otherwise, false.