SqlSmoObject.ThrowIfBelowVersion110(String) Method
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.
Throws an UnsupportedVersionException if either the source or destination server is below 11.0 (SQL 2012)
protected void ThrowIfBelowVersion110 (string exceptionMessage = default);
member this.ThrowIfBelowVersion110 : string -> unit
Protected Sub ThrowIfBelowVersion110 (Optional exceptionMessage As String = Nothing)
Parameters
- exceptionMessage
- String