ConnectionSettings 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.
This class provides configuration information for connection strings.
public class ConnectionSettings
type ConnectionSettings = class
Public Class ConnectionSettings
- Inheritance
-
ConnectionSettings
Constructors
ConnectionSettings(String, String) |
Initializes a new instance of the ConnectionSettings with a given |
Properties
ConnectionString |
Gets or sets the actual connection string. |
Name |
Gets or sets the name of the connection string. |
Provider |
Gets or sets the provider to be used by this connection string, e.g. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET