Compartilhar via


SqlConnectionStringBuilder.IPAddressPreference Propriedade

Definição

Obtém ou define a preferência da família de endereços IP ao estabelecer conexões 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

Valor da propriedade

Retorna a preferência de endereço IP.

Comentários

Se Transparent Network IP Resolution (em .NET Framework) ou Multi Subnet Failover estiver definido como true, essa configuração não terá efeito.

Aplica-se a