SqlAdministratorType 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.
Type of the sever administrator.
public readonly struct SqlAdministratorType : IEquatable<Azure.ResourceManager.Sql.Models.SqlAdministratorType>
type SqlAdministratorType = struct
Public Structure SqlAdministratorType
Implements IEquatable(Of SqlAdministratorType)
- Inheritance
-
SqlAdministratorType
- Implements
Constructors
SqlAdministratorType(String) |
Initializes a new instance of SqlAdministratorType. |
Properties
ActiveDirectory |
ActiveDirectory. |
Methods
Equals(SqlAdministratorType) |
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(SqlAdministratorType, SqlAdministratorType) |
Determines if two SqlAdministratorType values are the same. |
Implicit(String to SqlAdministratorType) |
Converts a string to a SqlAdministratorType. |
Inequality(SqlAdministratorType, SqlAdministratorType) |
Determines if two SqlAdministratorType values are not the same. |