Bagikan melalui


SqlConnectionInfo Class

Definition

Information for connecting to SQL database server.

public class SqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo
type SqlConnectionInfo = class
    inherit ConnectionInfo
Public Class SqlConnectionInfo
Inherits ConnectionInfo
Inheritance
SqlConnectionInfo

Constructors

SqlConnectionInfo(String)

Initializes a new instance of SqlConnectionInfo.

Properties

AdditionalSettings

Additional connection settings.

Authentication

Authentication type to use for connection.

DataSource

Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber.

EncryptConnection

Whether to encrypt the connection.

Password

Password credential.

(Inherited from ConnectionInfo)
Platform

Server platform type for connection.

Port

Port for Server.

ResourceId

Represents the ID of an HTTP resource represented by an Azure resource provider.

ServerBrandVersion

server brand version.

ServerName

name of the server.

ServerVersion

server version.

TrustServerCertificate

Whether to trust the server certificate.

UserName

User name.

(Inherited from ConnectionInfo)

Applies to