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
| Name | Description |
|---|---|
| SqlServerPrincipalType(String) |
Initializes a new instance of SqlServerPrincipalType. |
Properties
| Name | Description |
|---|---|
| Application |
Application. |
| Group |
Group. |
| User |
User. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |