Proprietà SupportedVersions

Gets the supported versions for the exception.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SupportedVersions As ServerVersion()
    Get
'Utilizzo
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[]

Valore proprietà

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