MySqlConnectionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information for connecting to MySQL server.
public class MySqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo
type MySqlConnectionInfo = class
inherit ConnectionInfo
Public Class MySqlConnectionInfo
Inherits ConnectionInfo
- Inheritance
Constructors
MySqlConnectionInfo(String, Int32) |
Initializes a new instance of MySqlConnectionInfo. |
Properties
AdditionalSettings |
Additional connection settings. |
Authentication |
Authentication type to use for connection. |
DataSource |
Data source. |
EncryptConnection |
Whether to encrypt the connection. |
Password |
Password credential. (Inherited from ConnectionInfo) |
Port |
Port for Server. |
ServerName |
Name of the server. |
UserName |
User name. (Inherited from ConnectionInfo) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET