'Declaration Public Property NewPassword As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.NewPassword = value value = instance.NewPassword
public string NewPassword {get; set;}
'Declaration Public Property NewPassword As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.NewPassword = value value = instance.NewPassword
public string NewPassword {get; set;}
When the .NET Data Provider for Teradata detects that the original password has expired, it does the following:
When the Data Provider detects that the original password is invalid, it does the following:
If the connection string does not specify a New Password and the original password expires, TdConnection.Open method generates an InfoMessage event with the following message: [Teradata Database] Password has expired, please use MODIFY USER statement to generate a new password
Default Value: Empty string
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |