SqlSmoObject.ThrowIfBelowVersion120Prop(String) Method

Definition

Throws an exception with text saying the specified property is not supported if the ServerVersion major version for this object is below 12.0 (SQL 2014)

protected void ThrowIfBelowVersion120Prop (string propertyName);
member this.ThrowIfBelowVersion120Prop : string -> unit
Protected Sub ThrowIfBelowVersion120Prop (propertyName As String)

Parameters

propertyName
String

Applies to