UnknownPropertyException.SupportedVersions 属性
Gets the supported versions for the exception.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property SupportedVersions As ServerVersion()
Get
用法
Dim instance As UnknownPropertyException
Dim value As ServerVersion()
value = instance.SupportedVersions
public ServerVersion[] SupportedVersions { get; }
public:
property array<ServerVersion^>^ SupportedVersions {
array<ServerVersion^>^ get ();
}
member SupportedVersions : ServerVersion[]
function get SupportedVersions () : ServerVersion[]
属性值
类型:array<Microsoft.SqlServer.Management.Common.ServerVersion[]
A ServerVersion object array value that specifies the versions of SQL Server that support the referenced exception.