SqlManagementMode 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.
SQL Server Management type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementModeTypeConverter))]
public struct SqlManagementMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementModeTypeConverter))>]
type SqlManagementMode = struct
interface IArgumentCompleter
Public Structure SqlManagementMode
Implements IArgumentCompleter, IEquatable(Of SqlManagementMode)
- Inheritance
-
SqlManagementMode
- Attributes
- Implements
Fields
Full | |
LightWeight | |
NoAgent |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SqlManagementMode (override for Object) |
Equals(SqlManagementMode) |
Compares values of enum type SqlManagementMode |
GetHashCode() |
Returns hashCode for enum SqlManagementMode |
ToString() |
Returns string representation for SqlManagementMode |
Operators
Equality(SqlManagementMode, SqlManagementMode) |
Overriding == operator for enum SqlManagementMode |
Implicit(SqlManagementMode to String) |
Implicit operator to convert SqlManagementMode to string |
Implicit(String to SqlManagementMode) |
Implicit operator to convert string to SqlManagementMode |
Inequality(SqlManagementMode, SqlManagementMode) |
Overriding != operator for enum SqlManagementMode |