Partager via


Version propriété

Gets the version value of the referenced assembly.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property Version As Version
    Get
'Utilisation
Dim instance As SqlAssembly
Dim value As Version

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

Valeur de la propriété

Type : System. . :: . .Version
An Int32 value that specifies the version value of the referenced assembly.