SqlSmoObject.ThrowIfBelowVersion110(String) Method

Definition

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

Applies to