Sdílet prostřednictvím


SqlConnectionStringBuilder.IPAddressPreference Vlastnost

Definice

Získá nebo nastaví předvolbu rodiny IP adres při navazování připojení TCP.

public:
 property Microsoft::Data::SqlClient::SqlConnectionIPAddressPreference IPAddressPreference { Microsoft::Data::SqlClient::SqlConnectionIPAddressPreference get(); void set(Microsoft::Data::SqlClient::SqlConnectionIPAddressPreference value); };
public Microsoft.Data.SqlClient.SqlConnectionIPAddressPreference IPAddressPreference { get; set; }
member this.IPAddressPreference : Microsoft.Data.SqlClient.SqlConnectionIPAddressPreference with get, set
Public Property IPAddressPreference As SqlConnectionIPAddressPreference

Hodnota vlastnosti

Vrátí předvolbu IP adresy.

Poznámky

Pokud Transparent Network IP Resolution (v rozhraní .NET Framework) nebo Multi Subnet Failover je nastaven na hodnotu true, nemá toto nastavení žádný vliv.

Platí pro