Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the supported versions for the exception.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property SupportedVersions As ServerVersion()
Get
'Usage
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[]
Property Value
Type: array<Microsoft.SqlServer.Management.Common.ServerVersion[]
A ServerVersion object array value that specifies the versions of SQL Server that support the referenced exception.