你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectivityType Struct

Definition

SQL Server connectivity option.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityTypeTypeConverter))]
public struct ConnectivityType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityTypeTypeConverter))>]
type ConnectivityType = struct
    interface IArgumentCompleter
Public Structure ConnectivityType
Implements IArgumentCompleter, IEquatable(Of ConnectivityType)
Inheritance
ConnectivityType
Attributes
Implements

Fields

Local
Private
Public

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ConnectivityType)

Compares values of enum type ConnectivityType

Equals(Object)

Compares values of enum type ConnectivityType (override for Object)

GetHashCode()

Returns hashCode for enum ConnectivityType

ToString()

Returns string representation for ConnectivityType

Operators

Equality(ConnectivityType, ConnectivityType)

Overriding == operator for enum ConnectivityType

Implicit(ConnectivityType to String)

Implicit operator to convert ConnectivityType to string

Implicit(String to ConnectivityType)

Implicit operator to convert string to ConnectivityType

Inequality(ConnectivityType, ConnectivityType)

Overriding != operator for enum ConnectivityType

Applies to