Skip to content

Commit 88adc56

Browse files
authored
Merge pull request #5399 from mateusz-kmiecik/master
Add missing MultiSubnetFailover keyword in the connection keyword table
2 parents 698b177 + fb5aeac commit 88adc56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/connect/oledb/applications/using-connection-string-keywords-with-oledb-driver-for-sql-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ ms.workload: "Active"
8989
|**FailoverPartnerSPN**|SSPROP_INIT_FAILOVERPARTNERSPN|The SPN for the failover partner. The default value is an empty string. An empty string causes OLE DB Driver for SQL Server to use the default, provider-generated SPN.|
9090
|**Language**|SSPROPT_INIT_CURRENTLANGUAGE|The [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] language.|
9191
|**MarsConn**|SSPROP_INIT_MARSCONNECTION|Enables or disables multiple active result sets (MARS) on the connection if the server is [!INCLUDE[ssVersion2005](../../../includes/ssversion2005-md.md)] or later. Possible values are "yes" and "no". The default value is "no".|
92+
|**MultiSubnetFailover**|SSPROP_INIT_MULTISUBNETFAILOVER|Always specify **MultiSubnetFailover=Yes** when connecting to the availability group listener of a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] availability group or a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Failover Cluster Instance. **MultiSubnetFailover=Yes** configures OLE DB Driver for SQL Server to provide faster detection of and connection to the (currently) active server. Possible values are **Yes** and **No**. The default is **No**. For example:<br /><br /> `MultiSubnetFailover=Yes`<br /><br /> For more information about OLE DB Driver for SQL Server's support for [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)], see [OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery](../../oledb/features/oledb-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).|
9293
|**Net**|SSPROP_INIT_NETWORKLIBRARY|Synonym for "Network".|
9394
|**Network**|SSPROP_INIT_NETWORKLIBRARY|The network library used to establish a connection to an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.|
9495
|**Network Library**|SSPROP_INIT_NETWORKLIBRARY|Synonym for "Network".|
@@ -144,6 +145,7 @@ ms.workload: "Active"
144145
|**Initial File Name**|SSPROP_INIT_FILENAME|The name of the primary file (include the full path name) of an attachable database. To use **AttachDBFileName**, you must also specify the database name with the provider string DATABASE keyword. If the database was previously attached, [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] does not reattach it (it uses the attached database as the default for the connection).|
145146
|**Integrated Security**|DBPROP_AUTH_INTEGRATED|Accepts the value "SSPI" for Windows Authentication.|
146147
|**MARS Connection**|SSPROP_INIT_MARSCONNECTION|Enables or disables multiple active result sets (MARS) on the connection. Recognized values are "true" and "false". The default is "false".|
148+
|**MultiSubnetFailover**|SSPROP_INIT_MULTISUBNETFAILOVER|Always specify **MultiSubnetFailover=True** when connecting to the availability group listener of a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] availability group or a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Failover Cluster Instance. **MultiSubnetFailover=True** configures OLE DB Driver for SQL Server to provide faster detection of and connection to the (currently) active server. Possible values are **True** and **False**. The default is **False**. For example:<br /><br /> `MultiSubnetFailover=True`<br /><br /> For more information about OLE DB Driver for SQL Server's support for [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)], see [OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery](../../oledb/features/oledb-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).|
147149
|**Network Address**|SSPROP_INIT_NETWORKADDRESS|The network address of an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.<br /><br /> For more information about valid address syntax, see the description of the **Address** keyword, in this topic.|
148150
|**Network Library**|SSPROP_INIT_NETWORKLIBRARY|The network library used to establish a connection to an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.|
149151
|**Packet Size**|SSPROP_INIT_PACKETSIZE|Network packet size. The default is 4096.|
@@ -195,6 +197,7 @@ ms.workload: "Active"
195197
|**Initial File Name**|SSPROP_INIT_FILENAME|The name of the primary file (include the full path name) of an attachable database. To use **AttachDBFileName**, you must also specify the database name with the provider string DATABASE keyword. If the database was previously attached, [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] does not reattach it (it uses the attached database as the default for the connection).|
196198
|**Integrated Security**|DBPROP_AUTH_INTEGRATED|Accepts the value "SSPI" for Windows Authentication.|
197199
|**MARS Connection**|SSPROP_INIT_MARSCONNECTION|Enables or disables multiple active result sets (MARS) on the connection if the server is [!INCLUDE[ssVersion2005](../../../includes/ssversion2005-md.md)] or later. Recognized values are "true" and "false".The default is "false".|
200+
|**MultiSubnetFailover**|SSPROP_INIT_MULTISUBNETFAILOVER|Always specify **MultiSubnetFailover=True** when connecting to the availability group listener of a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] availability group or a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Failover Cluster Instance. **MultiSubnetFailover=True** configures OLE DB Driver for SQL Server to provide faster detection of and connection to the (currently) active server. Possible values are **True** and **False**. The default is **False**. For example:<br /><br /> `MultiSubnetFailover=True`<br /><br /> For more information about OLE DB Driver for SQL Server's support for [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)], see [OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery](../../oledb/features/oledb-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).|
198201
|**Network Address**|SSPROP_INIT_NETWORKADDRESS|The network address of an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.<br /><br /> For more information about valid address syntax, see the description of the **Address** keyword, in this topic.|
199202
|**Network Library**|SSPROP_INIT_NETWORKLIBRARY|The network library used to establish a connection to an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.|
200203
|**Packet Size**|SSPROP_INIT_PACKETSIZE|Network packet size. The default is 4096.|

0 commit comments

Comments
 (0)