SqlSmoObject.ThrowIfBelowVersion130(String) 方法

定义

如果此对象的 ServerVersion 主版本低于 13.0(SQL 2016),则引发异常

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

参数

exceptionMessage
String

适用于