Propriedade do RDL UnknownPropertyException.SupportedVersions
Gets the supported versions for the exception.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: array<Microsoft.SqlServer.Management.Common.ServerVersion[]
A ServerVersion object array value that specifies the versions of SQL Server that support the referenced exception.