Send feedback on this topic.
Teradata.Client.Provider
DataIntegrity Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : DataIntegrity Property
Session level integrity is enabled, performing integrity checking on all messages bidirectionally to Teradata.
Syntax
'Declaration
 
Public Property DataIntegrity As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
instance.DataIntegrity = value
 
value = instance.DataIntegrity
public bool DataIntegrity {get; set;}
public:
property bool DataIntegrity {
   bool get();
   void set (    bool value);
}
Remarks
Default Value: false
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members