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
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