SqlServerPrincipalType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Principal Type of the sever administrator.
public readonly struct SqlServerPrincipalType : IEquatable<Azure.ResourceManager.Sql.Models.SqlServerPrincipalType>
type SqlServerPrincipalType = struct
Public Structure SqlServerPrincipalType
Implements IEquatable(Of SqlServerPrincipalType)
- Inheritance
-
SqlServerPrincipalType
- Implements
Constructors
SqlServerPrincipalType(String) |
Initializes a new instance of SqlServerPrincipalType. |
Properties
Application |
Application. |
Group |
Group. |
User |
User. |
Methods
Equals(SqlServerPrincipalType) |
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(SqlServerPrincipalType, SqlServerPrincipalType) |
Determines if two SqlServerPrincipalType values are the same. |
Implicit(String to SqlServerPrincipalType) |
Converts a string to a SqlServerPrincipalType. |
Inequality(SqlServerPrincipalType, SqlServerPrincipalType) |
Determines if two SqlServerPrincipalType values are not the same. |
Applies to
Azure SDK for .NET