SqlSmoObject.ThrowIfBelowVersion110Prop(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 11.0 (SQL 2012)

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

Parameters

propertyName
String

Applies to