次の方法で共有


MongoDBConnectionInfo クラス

定義

MongoDB データ ソースへの接続について説明します。

public class MongoDBConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo
type MongoDBConnectionInfo = class
    inherit ConnectionInfo
Public Class MongoDBConnectionInfo
Inherits ConnectionInfo
継承
MongoDBConnectionInfo

コンストラクター

MongoDBConnectionInfo(String)

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

プロパティ

AdditionalSettings

追加の接続設定。

Authentication

接続に使用する認証の種類。

ConnectionString

MongoDB 接続文字列または BLOB コンテナー URL。 ユーザー名とパスワードは、ここで指定することも、userName プロパティと password プロパティで指定することもできます。

DataSource

[データ ソース]:

EncryptConnection

接続を暗号化するかどうか。

EnforceSSL

ssl の強制を取得または設定します。

Password

パスワード資格情報。

(継承元 ConnectionInfo)
Port

ポートを使用します。

ServerBrandVersion

サーバー ブランド バージョン。

ServerName

サーバーの名前。

ServerVersion

サーバー のバージョン。

TrustServerCertificate

サーバー証明書を信頼するかどうか。

UserName

ユーザー名。

(継承元 ConnectionInfo)

適用対象