Partager via


Propriété SupportedVersions

Gets the supported versions for the exception.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SupportedVersions As ServerVersion()
    Get
'Utilisation
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[]

Valeur de propriété

Type : array<Microsoft.SqlServer.Management.Common. . :: . .ServerVersion> [] () [] []
A ServerVersion object array value that specifies the versions of SQL Server that support the referenced exception.