Compartir a través de


UnknownPropertyException.SupportedVersions Propiedad

Gets the supported versions for the exception.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property SupportedVersions As ServerVersion()
    Get
'Uso
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[]

Valor de la propiedad

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

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

UnknownPropertyException Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo