ConnStringValueTypePair 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 value to type pair.
public class ConnStringValueTypePair
type ConnStringValueTypePair = class
Public Class ConnStringValueTypePair
- Inheritance
-
ConnStringValueTypePair
Constructors
ConnStringValueTypePair() |
Initializes a new instance of the ConnStringValueTypePair class. |
ConnStringValueTypePair(String, ConnectionStringType) |
Initializes a new instance of the ConnStringValueTypePair class. |
Properties
Type |
Gets or sets type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL' |
Value |
Gets or sets value of pair. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET