PostgreSqlConnectionInfo クラス

定義

PostgreSQL サーバーに接続するための情報。

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

コンストラクター

PostgreSqlConnectionInfo(String, Int32)

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

プロパティ

AdditionalSettings

追加の接続設定。

Authentication

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

DatabaseName

データベースの名前です。

DataSource

[データ ソース]:

EncryptConnection

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

Password

パスワード資格情報。

(継承元 ConnectionInfo)
Port

サーバーのポート。

ServerBrandVersion

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

ServerName

サーバーの名前。

ServerVersion

サーバー のバージョン。

TrustServerCertificate

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

UserName

ユーザー名。

(継承元 ConnectionInfo)

適用対象