TeradataAuthenticationType Struct

Definition

AuthenticationType to be used for connection.

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

Constructors

TeradataAuthenticationType(String)

Initializes a new instance of TeradataAuthenticationType.

Properties

Basic

Basic.

Windows

Windows.

Methods

Equals(TeradataAuthenticationType)

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

Equality(TeradataAuthenticationType, TeradataAuthenticationType)

Determines if two TeradataAuthenticationType values are the same.

Implicit(String to TeradataAuthenticationType)

Converts a string to a TeradataAuthenticationType.

Inequality(TeradataAuthenticationType, TeradataAuthenticationType)

Determines if two TeradataAuthenticationType values are not the same.

Applies to