你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithIPAddressRange 接口

定义

SQL 防火墙规则定义,用于设置父SQL Server的 IP 地址范围。

public interface IWithIPAddressRange
type IWithIPAddressRange = interface
Public Interface IWithIPAddressRange
派生

方法

WithIPAddress(String)

设置 SQL Server 防火墙规则的结束 IP 地址。

WithIPAddressRange(String, String)

设置 SQL Server 防火墙规则的起始 IP 地址。

适用于