SqlSmoObject.ThrowIfBelowVersion80(String) Method

Definition

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

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

Parameters

exceptionMessage
String

Applies to