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