Partager via


Version propriété

Gets the version of the instance of SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Version As Version
    Get
'Utilisation
Dim instance As Information
Dim value As Version

value = instance.Version
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public Version Version { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property Version^ Version {
    Version^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member Version : Version
function get Version () : Version

Valeur de la propriété

Type : System. . :: . .Version
A Version object that specifies the version of the instance of SQL Server.