Partager via


SqlServerPrincipalType Structure

Définition

Type de principal de l’administrateur de serveur.

public readonly struct SqlServerPrincipalType : IEquatable<Azure.ResourceManager.Sql.Models.SqlServerPrincipalType>
type SqlServerPrincipalType = struct
Public Structure SqlServerPrincipalType
Implements IEquatable(Of SqlServerPrincipalType)
Héritage
SqlServerPrincipalType
Implémente

Constructeurs

SqlServerPrincipalType(String)

Initialise une nouvelle instance de SqlServerPrincipalType.

Propriétés

Application

console.

Group

Groupe.

User

User.

Méthodes

Equals(SqlServerPrincipalType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(SqlServerPrincipalType, SqlServerPrincipalType)

Détermine si deux SqlServerPrincipalType valeurs sont identiques.

Implicit(String to SqlServerPrincipalType)

Convertit une chaîne en SqlServerPrincipalType.

Inequality(SqlServerPrincipalType, SqlServerPrincipalType)

Détermine si deux SqlServerPrincipalType valeurs ne sont pas identiques.

S’applique à