次の方法で共有


MongoDbAuthenticationType 構造体

定義

MongoDB データベースへの接続に使用する認証の種類。

public readonly struct MongoDbAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.MongoDbAuthenticationType>
type MongoDbAuthenticationType = struct
Public Structure MongoDbAuthenticationType
Implements IEquatable(Of MongoDbAuthenticationType)
継承
MongoDbAuthenticationType
実装

コンストラクター

MongoDbAuthenticationType(String)

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

プロパティ

Anonymous

Anonymous

Basic

基本。

メソッド

Equals(MongoDbAuthenticationType)

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

ToString()

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

演算子

Equality(MongoDbAuthenticationType, MongoDbAuthenticationType)

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

Implicit(String to MongoDbAuthenticationType)

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

Inequality(MongoDbAuthenticationType, MongoDbAuthenticationType)

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

適用対象