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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET