SqlSmoObject.ThrowIfBelowVersion130Prop(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 13.0 (SQL 2016)

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

Parameters

propertyName
String

Applies to