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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET