ConnStringInfo 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.
Database connection string information.
public class ConnStringInfo
type ConnStringInfo = class
Public Class ConnStringInfo
- Inheritance
-
ConnStringInfo
Constructors
ConnStringInfo() |
Initializes a new instance of the ConnStringInfo class. |
ConnStringInfo(String, String, Nullable<ConnectionStringType>) |
Initializes a new instance of the ConnStringInfo class. |
Properties
ConnectionString |
Gets or sets connection string value. |
Name |
Gets or sets name of connection string. |
Type |
Gets or sets type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL' |
Applies to
Azure SDK for .NET