IWithIPAddressRange Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SQL Firewall Rule definition to set the IP address range for the parent SQL Server.
public interface IWithIPAddressRange
type IWithIPAddressRange = interface
Public Interface IWithIPAddressRange
- Derived
Methods
WithIPAddress(String) |
Sets the ending IP address of SQL server's firewall rule. |
WithIPAddressRange(String, String) |
Sets the starting IP address of SQL server's firewall rule. |