SqlSmoObject.ThrowIfBelowVersion130(String)
SqlSmoObject.ThrowIfBelowVersion130(String)
SqlSmoObject.ThrowIfBelowVersion130(String)
Method
Definition
Throws an exception if the ServerVersion major version for this object is below 13.0 (SQL 2016)
protected void ThrowIfBelowVersion130 (string exceptionMessage = null);
member this.ThrowIfBelowVersion130 : string -> unit
Protected Sub ThrowIfBelowVersion130 (Optional exceptionMessage As String = null)