共用方式為


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.