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

ConnectToSourcePostgreSqlSyncTaskOutput Class

Definition

Output for the task that validates connection to PostgreSQL and source server requirements

public class ConnectToSourcePostgreSqlSyncTaskOutput
type ConnectToSourcePostgreSqlSyncTaskOutput = class
Public Class ConnectToSourcePostgreSqlSyncTaskOutput
Inheritance
ConnectToSourcePostgreSqlSyncTaskOutput

Constructors

ConnectToSourcePostgreSqlSyncTaskOutput()

Initializes a new instance of the ConnectToSourcePostgreSqlSyncTaskOutput class.

ConnectToSourcePostgreSqlSyncTaskOutput(String, String, IList<String>, String, IList<ReportableException>)

Initializes a new instance of the ConnectToSourcePostgreSqlSyncTaskOutput class.

Properties

Databases

Gets list of databases on source server

Id

Gets result identifier

SourceServerBrandVersion

Gets source server brand version

SourceServerVersion

Gets version of the source server

ValidationErrors

Gets validation errors associated with the task

Applies to