Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.