次の方法で共有


ServerConnectionType 構造体

定義

サーバー接続の種類。

public readonly struct ServerConnectionType : IEquatable<Azure.ResourceManager.Sql.Models.ServerConnectionType>
type ServerConnectionType = struct
Public Structure ServerConnectionType
Implements IEquatable(Of ServerConnectionType)
継承
ServerConnectionType
実装

コンストラクター

ServerConnectionType(String)

ServerConnectionType の新しいインスタンスを初期化します。

プロパティ

Default

既定値。

Proxy

プロキシ。

Redirect

リダイレクト。

メソッド

Equals(ServerConnectionType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ServerConnectionType, ServerConnectionType)

2 つの ServerConnectionType 値が同じかどうかを判断します。

Implicit(String to ServerConnectionType)

文字列を ServerConnectionType に変換します。

Inequality(ServerConnectionType, ServerConnectionType)

2 つの ServerConnectionType 値が同じでないかどうかを判断します。

適用対象