InvalidUdtException.Create(Type, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新 InvalidUdtException 对象。
public static Microsoft.SqlServer.Server.InvalidUdtException Create (Type udtType, string resourceReason = "SqlUdtReason_NoUdtAttribute");
static member Create : Type * string -> Microsoft.SqlServer.Server.InvalidUdtException
Public Shared Function Create (udtType As Type, Optional resourceReason As String = "SqlUdtReason_NoUdtAttribute") As InvalidUdtException
参数
- resourceReason
- String
表示 String 字符串资源中的字符串的对象。 默认值为 SqlUdtReason_NoUdtAttribute
,它查找类似于“无 UDT 属性”的本地化字符串。
返回
一个新 InvalidUdtException 对象。
注解
此方法查找类似于“'{0}'是无效的用户定义类型,原因:{1}.”的本地化字符串,并按和解析值的顺序udtType
resourceReason
填充它。
重要
此函数公开是为了向后兼容,应与 参数的默认值一 resourceReason
起使用。