SqlSmoObject.ThrowIfAboveVersion80(String) Method

Definition

Throws an exception if the ServerVersion major version for this object is above 8.0 (SQL 2000)

protected void ThrowIfAboveVersion80 (string exceptionMessage = default);
member this.ThrowIfAboveVersion80 : string -> unit
Protected Sub ThrowIfAboveVersion80 (Optional exceptionMessage As String = Nothing)

Parameters

exceptionMessage
String

Applies to