Udostępnij za pośrednictwem


SqlConnectionStringBuilder.IPAddressPreference Właściwość

Definicja

Pobiera lub ustawia preferencję rodziny adresów IP podczas nawiązywania połączeń 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

Wartość właściwości

Zwraca preferencję adresów IP.

Uwagi

Jeśli Transparent Network IP Resolution (w .NET Framework) lub Multi Subnet Failover ma wartość true, to ustawienie nie ma wpływu.

Dotyczy