NetezzaLinkedService.SecurityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the security level for the driver connection to the data store. PreferredUnSecured : prefer unsecured, allow fallback to secured connection if required. OnlyUnSecured : strictly unsecured, no fallback.
public Azure.ResourceManager.DataFactory.Models.NetezzaSecurityLevelType? SecurityLevel { get; set; }
member this.SecurityLevel : Nullable<Azure.ResourceManager.DataFactory.Models.NetezzaSecurityLevelType> with get, set
Public Property SecurityLevel As Nullable(Of NetezzaSecurityLevelType)