'Declaration Public Property MultiSubnetFailover As Boolean
public bool MultiSubnetFailover {get; set;}
'Declaration Public Property MultiSubnetFailover As Boolean
public bool MultiSubnetFailover {get; set;}
It is recommended to set this property to true when connecting to SQL Server 2012 availability group listener or SQL Server 2012 Failover Cluster Instance. Set this property to false when connecting to anything other than SQL Server 2012 availability group listener or SQL Server 2012 Failover Cluster Instance (default value).
This property must not be used when the FailoverPartner property is set.