Compartilhar via


Propriedade do RDL CollectionNotAvailableException.ServerVersion

Gets the version of the instance of Microsoft SQL Server that raised the exception.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property ServerVersion As ServerVersion 
    Get
'Uso
Dim instance As CollectionNotAvailableException 
Dim value As ServerVersion 

value = instance.ServerVersion
public ServerVersion ServerVersion { get; }
public:
property ServerVersion^ ServerVersion {
    ServerVersion^ get ();
}
member ServerVersion : ServerVersion
function get ServerVersion () : ServerVersion

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Common.ServerVersion
A ServerVersion object value that specifies the version of the instance of SQL Server that raised the exception.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

CollectionNotAvailableException Classe

Namespace Microsoft.SqlServer.Management.Smo