Freigeben über


AuthenticationType Struktur

Definition

Eine Enumeration möglicher Authentifizierungstypen beim Herstellen einer Verbindung.

public readonly struct AuthenticationType : IEquatable<Azure.ResourceManager.DataMigration.Models.AuthenticationType>
type AuthenticationType = struct
Public Structure AuthenticationType
Implements IEquatable(Of AuthenticationType)
Vererbung
AuthenticationType
Implementiert

Konstruktoren

AuthenticationType(String)

Initialisiert eine neue Instanz von AuthenticationType.

Eigenschaften

ActiveDirectoryIntegrated

ActiveDirectoryIntegrated.

ActiveDirectoryPassword

ActiveDirectoryPassword.

None

Keine.

SqlAuthentication

SqlAuthentication.

WindowsAuthentication

Windowsauthentication.

Methoden

Equals(AuthenticationType)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(AuthenticationType, AuthenticationType)

Bestimmt, ob zwei AuthenticationType Werte gleich sind.

Implicit(String to AuthenticationType)

Konvertiert eine Zeichenfolge in eine AuthenticationType.

Inequality(AuthenticationType, AuthenticationType)

Bestimmt, ob zwei AuthenticationType Werte nicht identisch sind.

Gilt für: