SqlSmoObject.ThrowIfAboveVersion100(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 exception if the ServerVersion major version for this object is above 10.0 (SQL 2008)
protected void ThrowIfAboveVersion100 (string exceptionMessage = default);
member this.ThrowIfAboveVersion100 : string -> unit
Protected Sub ThrowIfAboveVersion100 (Optional exceptionMessage As String = Nothing)
Parameters
- exceptionMessage
- String