Share via


Db2AuthenticationType Struct

Definition

AuthenticationType to be used for connection. It is mutually exclusive with connectionString property.

public readonly struct Db2AuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.Db2AuthenticationType>
type Db2AuthenticationType = struct
Public Structure Db2AuthenticationType
Implements IEquatable(Of Db2AuthenticationType)
Inheritance
Db2AuthenticationType
Implements

Constructors

Name Description
Db2AuthenticationType(String)

Initializes a new instance of Db2AuthenticationType.

Properties

Name Description
Basic

Basic.

Methods

Name Description
Equals(Db2AuthenticationType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(Db2AuthenticationType, Db2AuthenticationType)

Determines if two Db2AuthenticationType values are the same.

Implicit(String to Db2AuthenticationType)

Converts a String to a Db2AuthenticationType.

Inequality(Db2AuthenticationType, Db2AuthenticationType)

Determines if two Db2AuthenticationType values are not the same.

Applies to