Share via


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

Name Description
SybaseAuthenticationType(String)

Initializes a new instance of SybaseAuthenticationType.

Properties

Name Description
Basic

Basic.

Windows

Windows.

Methods

Name Description
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

Name Description
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