SybaseAuthenticationType Struct

Definition

AuthenticationType to be used for connection.

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

Constructors

SybaseAuthenticationType(String)

Initializes a new instance of SybaseAuthenticationType.

Properties

Basic

Basic.

Windows

Windows.

Methods

Equals(SybaseAuthenticationType)

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(SybaseAuthenticationType, SybaseAuthenticationType)

Determines if two SybaseAuthenticationType values are the same.

Implicit(String to SybaseAuthenticationType)

Converts a string to a SybaseAuthenticationType.

Inequality(SybaseAuthenticationType, SybaseAuthenticationType)

Determines if two SybaseAuthenticationType values are not the same.

Applies to