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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET